From 336a06f2d16ce660e80f558653da1e5bff992117 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Tue, 8 Nov 2022 15:24:53 +0100 Subject: [PATCH] drivers/uart/Kconfig: Drop unused Kconfig symbol Change-Id: I43e6b57477cb4fd2c8ab399e9cc74591b0a44684 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/69334 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/drivers/uart/Kconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/drivers/uart/Kconfig b/src/drivers/uart/Kconfig index a2a7f9f59b..097c144494 100644 --- a/src/drivers/uart/Kconfig +++ b/src/drivers/uart/Kconfig @@ -69,9 +69,3 @@ config DRIVERS_UART_SIFIVE 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.