summaryrefslogtreecommitdiff
path: root/board/sysam
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-24 00:19:52 +0300
committerTom Rini <trini@konsulko.com>2022-04-01 17:28:46 +0300
commit26e5944ec90c39d39db3aa52d5aecaf017ee0172 (patch)
treeaf37548eeec56b18685c7a989993752678555422 /board/sysam
parent3c205a6e4a7a96c9727a286a47fbaaade9adb9ed (diff)
downloadu-boot-26e5944ec90c39d39db3aa52d5aecaf017ee0172.tar.xz
stmark2: Migrate CONFIG_SYS_EXTRA_OPTIONS to Kconfig
This platform is the only one to set these options, so define them in the board Kconfig file. Cc: Angelo Dureghello <angelo@sysam.it> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/sysam')
-rw-r--r--board/sysam/stmark2/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/sysam/stmark2/Kconfig b/board/sysam/stmark2/Kconfig
index 87ab7ab7b5..4abcdb3aaf 100644
--- a/board/sysam/stmark2/Kconfig
+++ b/board/sysam/stmark2/Kconfig
@@ -1,5 +1,12 @@
if TARGET_STMARK2
+config CF_SBF
+ def_bool y
+
+config SYS_INPUT_CLKSRC
+ hex
+ default 30000000
+
config SYS_CPU
default "mcf5445x"