]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/sysam/stmark2/Kconfig
m68k: add board stmark2, mcf5441x based
[people/ms/u-boot.git] / board / sysam / stmark2 / Kconfig
CommitLineData
a373024e
AD
1if TARGET_STMARK2
2
3config SYS_CPU
4 default "mcf5445x"
5
6config SYS_BOARD
7 default "stmark2"
8
9config SYS_VENDOR
10 default "sysam"
11
12config SYS_CONFIG_NAME
13 default "stmark2"
14
15endif