Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

serial: Kconfig: fix ordering of entries for menu display

Improve the "Non-8250 serial port support" menu so that entries in it
are displayed in a better order (_CONSOLE after its driver) and so that
intervening symbols don't break up the dependency list, allowing menu
entries to be displayed with proper indentation.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260110232643.3533351-4-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
2c468edb 1ec88914

+13 -13
+13 -13
drivers/tty/serial/Kconfig
··· 413 413 your boot loader (lilo or loadlin) about how to pass options to the 414 414 kernel at boot time.) 415 415 416 + config SERIAL_PXA_NON8250 417 + bool 418 + depends on !SERIAL_8250 || COMPILE_TEST 419 + 416 420 config SERIAL_PXA 417 421 bool "PXA serial port support (DEPRECATED)" 418 422 depends on ARCH_PXA || ARCH_MMP ··· 429 425 430 426 Unless you have a specific need, you should use SERIAL_8250_PXA 431 427 instead of this. 432 - 433 - config SERIAL_PXA_NON8250 434 - bool 435 - depends on !SERIAL_8250 || COMPILE_TEST 436 428 437 429 config SERIAL_PXA_CONSOLE 438 430 bool "Console on PXA serial port (DEPRECATED)" ··· 863 863 This driver can also be built as a module. If so, the module 864 864 will be called icom. 865 865 866 + config HAS_TXX9_SERIAL 867 + bool 868 + 866 869 config SERIAL_TXX9 867 870 bool "TMPTX39XX/49XX SIO support" 868 871 depends on HAS_TXX9_SERIAL 869 872 select SERIAL_CORE 870 873 default y 871 - 872 - config HAS_TXX9_SERIAL 873 - bool 874 874 875 875 config SERIAL_TXX9_NR_UARTS 876 876 int "Maximum number of TMPTX39XX/49XX SIO ports" ··· 1251 1251 Set this to the number of serial ports you want the driver 1252 1252 to support. 1253 1253 1254 - config SERIAL_MPS2_UART_CONSOLE 1255 - bool "MPS2 UART console support" 1256 - depends on SERIAL_MPS2_UART 1257 - select SERIAL_CORE_CONSOLE 1258 - select SERIAL_EARLYCON 1259 - 1260 1254 config SERIAL_MPS2_UART 1261 1255 bool "MPS2 UART port" 1262 1256 depends on ARCH_MPS2 || COMPILE_TEST 1263 1257 select SERIAL_CORE 1264 1258 help 1265 1259 This driver support the UART ports on ARM MPS2. 1260 + 1261 + config SERIAL_MPS2_UART_CONSOLE 1262 + bool "MPS2 UART console support" 1263 + depends on SERIAL_MPS2_UART 1264 + select SERIAL_CORE_CONSOLE 1265 + select SERIAL_EARLYCON 1266 1266 1267 1267 config SERIAL_ARC 1268 1268 tristate "ARC UART driver support"