u-boot/board/sysam/stmark2/Kconfig
Tom Rini 26e5944ec9 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>
2022-04-01 10:28:46 -04:00

22 lines
252 B
Text

if TARGET_STMARK2
config CF_SBF
def_bool y
config SYS_INPUT_CLKSRC
hex
default 30000000
config SYS_CPU
default "mcf5445x"
config SYS_BOARD
default "stmark2"
config SYS_VENDOR
default "sysam"
config SYS_CONFIG_NAME
default "stmark2"
endif