summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.