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