]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/maxbcm/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-tegra
[people/ms/u-boot.git] / board / maxbcm / Kconfig
CommitLineData
a4884831
SR
1if TARGET_MAXBCM
2
3config SYS_CPU
4 string
5 default "armv7"
6
7config SYS_BOARD
8 string
9 default "maxbcm"
10
11config SYS_SOC
12 string
13 default "armada-xp"
14
15config SYS_CONFIG_NAME
16 string
17 default "maxbcm"
18
19endif