summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-03-30 18:07:22 -0400
committerTom Rini <[email protected]>2022-04-08 09:06:46 -0400
commit5d14c336b21da34d07e93b5689ccffd52b8cc658 (patch)
treefc046e9cf5a5604a097945c9054b5dd9bf0e7985 /drivers
parentf9f3209a3478b1393180705cfdaed618d5d6ed3a (diff)
Convert CONFIG_SH_SCIF_CLK_FREQ to Kconfig
This converts the following to Kconfig: CONFIG_SH_SCIF_CLK_FREQ Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/serial/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index af01e506d54..286c99800f0 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -825,6 +825,11 @@ config CONS_SCIFA0
endchoice
+config SH_SCIF_CLK_FREQ
+ int "SCIF console clock frequency"
+ depends on SCIF_CONSOLE && (!DM_SERIAL || (SPL && !SPL_DM_SERIAL))
+ default 65000000
+
config SEMIHOSTING_SERIAL
bool "Semihosting UART support"
depends on SEMIHOSTING && !SERIAL_RX_BUFFER