blob: 94f5049c94db1c413f030b086c20b5eefe9e052b [file] [log] [blame]
Angelo Dureghelloa3730242017-08-07 01:17:18 +02001if TARGET_STMARK2
2
Tom Rini26e59442022-03-23 17:19:52 -04003config CF_SBF
4 def_bool y
5
Tom Rinif96096d2022-06-16 14:04:33 -04006config EXTRA_CLOCK
7 def_bool y
8
Tom Rini3a581af2022-12-02 16:42:21 -05009config SERIAL_BOOT
10 def_bool y
11 depends on CF_SBF
12
Tom Rini26e59442022-03-23 17:19:52 -040013config SYS_INPUT_CLKSRC
Angelo Dureghello461cca72023-02-06 22:54:37 +010014 int "External crystal clock"
Tom Rini26e59442022-03-23 17:19:52 -040015 default 30000000
16
Angelo Dureghelloa3730242017-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