diff options
Diffstat (limited to 'src/drivers/uart/Kconfig')
-rw-r--r-- | src/drivers/uart/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/uart/Kconfig b/src/drivers/uart/Kconfig index ae3e81adb1..cb129b0643 100644 --- a/src/drivers/uart/Kconfig +++ b/src/drivers/uart/Kconfig @@ -13,6 +13,13 @@ config DRIVERS_UART_8250IO config NO_UART_ON_SUPERIO def_bool n +config UART_OVERRIDE_INPUT_CLOCK_DIVIDER + boolean + default n + help + Set to "y" when the platform overrides the uart_input_clock_divider + routine. + config DRIVERS_UART_8250MEM bool default n |