diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index c0e4a8c8b0..0421f6ba4c 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -76,6 +76,14 @@ depends on UART_FOR_CONSOLE = 2 comment "Serial port base address = 0x2e8" depends on UART_FOR_CONSOLE = 3 +config UART_OVERRIDE_BAUDRATE + boolean + help + Set to "y" when the platform overrides the baudrate by providing + a get_uart_baudrate routine. + +if !UART_OVERRIDE_BAUDRATE + choice prompt "Baud rate" default CONSOLE_SERIAL_115200 @@ -129,6 +137,8 @@ config TTYS0_BAUD help Map the Baud rates to an integer. +endif + # TODO: Allow user-friendly selection of settings other than 8n1. config TTYS0_LCS int |