]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/wandboard/Kconfig
kconfig: arm: introduce symbol for ARM CPUs
[people/ms/u-boot.git] / board / wandboard / Kconfig
1 if TARGET_WANDBOARD
2
3 config SYS_BOARD
4 default "wandboard"
5
6 config SYS_SOC
7 default "mx6"
8
9 config SYS_CONFIG_NAME
10 default "wandboard"
11
12 endif