aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/uart/Kconfig
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-11-08 15:24:53 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-11-17 13:26:55 +0000
commit336a06f2d16ce660e80f558653da1e5bff992117 (patch)
tree22ddccf18200841a767803cc061ec4bda3085e7c /src/drivers/uart/Kconfig
parentc5b8f8ec50712e281a5c710d3115d58f9f2880e2 (diff)
drivers/uart/Kconfig: Drop unused Kconfig symbol
Change-Id: I43e6b57477cb4fd2c8ab399e9cc74591b0a44684 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69334 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/drivers/uart/Kconfig')
-rw-r--r--src/drivers/uart/Kconfig6
1 files changed, 0 insertions, 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.