Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69334 )
Change subject: drivers/uart/Kconfig: Drop unused Kconfig symbol ......................................................................
drivers/uart/Kconfig: Drop unused Kconfig symbol
Change-Id: I43e6b57477cb4fd2c8ab399e9cc74591b0a44684 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/drivers/uart/Kconfig 1 file changed, 10 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/69334/1
diff --git a/src/drivers/uart/Kconfig b/src/drivers/uart/Kconfig index a2a7f9f..097c144 100644 --- a/src/drivers/uart/Kconfig +++ b/src/drivers/uart/Kconfig @@ -69,9 +69,3 @@ bool select HAVE_UART_SPECIAL select UART_OVERRIDE_INPUT_CLOCK_DIVIDER - -config UART_USE_REFCLK_AS_INPUT_CLOCK - bool - default n - help - Use uart_platform_refclk to specify the input clock value.