]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/vpac270/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / vpac270 / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_VPAC270
2
3config SYS_CPU
4 string
5 default "pxa"
6
7config SYS_BOARD
8 string
9 default "vpac270"
10
11config SYS_CONFIG_NAME
12 string
13 default "vpac270"
14
15endif