diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-30 18:07:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 09:06:46 -0400 |
commit | 5d14c336b21da34d07e93b5689ccffd52b8cc658 (patch) | |
tree | fc046e9cf5a5604a097945c9054b5dd9bf0e7985 /configs | |
parent | f9f3209a3478b1393180705cfdaed618d5d6ed3a (diff) | |
download | u-boot-5d14c336b21da34d07e93b5689ccffd52b8cc658.tar.gz u-boot-5d14c336b21da34d07e93b5689ccffd52b8cc658.tar.bz2 u-boot-5d14c336b21da34d07e93b5689ccffd52b8cc658.zip |
Convert CONFIG_SH_SCIF_CLK_FREQ to Kconfig
This converts the following to Kconfig:
CONFIG_SH_SCIF_CLK_FREQ
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/stout_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stout_defconfig b/configs/stout_defconfig index 0502ae5d30..ea07ceb8f3 100644 --- a/configs/stout_defconfig +++ b/configs/stout_defconfig @@ -88,6 +88,7 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_SCIF_CONSOLE=y +CONFIG_SH_SCIF_CLK_FREQ=52000000 CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_SH_QSPI=y |