stmark2: Migrate CONFIG_SYS_EXTRA_OPTIONS to Kconfig
[platform/kernel/u-boot.git] / board / sysam / stmark2 / Kconfig
1 if TARGET_STMARK2
2
3 config CF_SBF
4         def_bool y
5
6 config SYS_INPUT_CLKSRC
7         hex
8         default 30000000
9
10 config SYS_CPU
11         default "mcf5445x"
12
13 config SYS_BOARD
14         default "stmark2"
15
16 config SYS_VENDOR
17         default "sysam"
18
19 config SYS_CONFIG_NAME
20         default "stmark2"
21
22 endif