mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
f96096d0dc
This converts the following to Kconfig: CONFIG_EXTRA_CLOCK Signed-off-by: Tom Rini <trini@konsulko.com>
25 lines
284 B
Text
25 lines
284 B
Text
if TARGET_STMARK2
|
|
|
|
config CF_SBF
|
|
def_bool y
|
|
|
|
config EXTRA_CLOCK
|
|
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
|