blob: 49d02744a9a03e5469493d37e381e3d0f7ee5b41 [file] [log] [blame]
Angelo Dureghello67c4e482017-08-07 01:17:18 +02001if TARGET_STMARK2
2
Tom Rini054a8912022-03-23 17:19:52 -04003config CF_SBF
4 def_bool y
5
Tom Rini6fe89942022-06-16 14:04:33 -04006config EXTRA_CLOCK
7 def_bool y
8
Tom Rini054a8912022-03-23 17:19:52 -04009config SYS_INPUT_CLKSRC
10 hex
11 default 30000000
12
Angelo Dureghello67c4e482017-08-07 01:17:18 +020013config SYS_CPU
14 default "mcf5445x"
15
16config SYS_BOARD
17 default "stmark2"
18
19config SYS_VENDOR
20 default "sysam"
21
22config SYS_CONFIG_NAME
23 default "stmark2"
24
25endif