diff options
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/uart/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/uart/Kconfig b/src/drivers/uart/Kconfig index 1f23a195f3..41b870fbf7 100644 --- a/src/drivers/uart/Kconfig +++ b/src/drivers/uart/Kconfig @@ -20,14 +20,14 @@ config NO_UART_ON_SUPERIO def_bool n config UART_OVERRIDE_INPUT_CLOCK_DIVIDER - boolean + bool default n help Set to "y" when the platform overrides the uart_input_clock_divider routine. config UART_OVERRIDE_REFCLK - boolean + bool default n help Set to "y" when the platform overrides the uart_platform_refclk |