blob: 94f5049c94db1c413f030b086c20b5eefe9e052b [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 Rini6fb86c12022-12-02 16:42:21 -05009config SERIAL_BOOT
10 def_bool y
11 depends on CF_SBF
12
Tom Rini054a8912022-03-23 17:19:52 -040013config SYS_INPUT_CLKSRC
Angelo Dureghelloc9e631b2023-02-06 22:54:37 +010014 int "External crystal clock"
Tom Rini054a8912022-03-23 17:19:52 -040015 default 30000000
16
Angelo Dureghello67c4e482017-08-07 01:17:18 +020017config SYS_CPU
18 default "mcf5445x"
19
20config SYS_BOARD
21 default "stmark2"
22
23config SYS_VENDOR
24 default "sysam"
25
26config SYS_CONFIG_NAME
27 default "stmark2"
28
29endif