diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/console/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 3db7005a10..9cacab03b0 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -37,6 +37,13 @@ config CONSOLE_SERIAL shown on the following menu line. Supporting multiple different types of UARTs in one build is not supported. +config FIXED_UART_FOR_CONSOLE + bool + help + Select to remove the prompt from UART_FOR_CONSOLE in case a + specific UART has to be used (e.g. when the platform code + performs dangerous configurations). + if CONSOLE_SERIAL comment "I/O mapped, 8250-compatible" @@ -48,13 +55,6 @@ if CONSOLE_SERIAL comment "device-specific UART" depends on HAVE_UART_SPECIAL -config FIXED_UART_FOR_CONSOLE - bool - help - Select to remove the prompt from UART_FOR_CONSOLE in case a - specific UART has to be used (e.g. when the platform code - performs dangerous configurations). - config UART_FOR_CONSOLE int prompt "Index for UART port to use for console" if !FIXED_UART_FOR_CONSOLE |