]>
git.ipfire.org Git - people/ms/u-boot.git/blame - board/vpac270/Kconfig
Commit | Line | Data |
dd84058d MY |
1 | if TARGET_VPAC270 |
2 | |
3 | config SYS_CPU |
4 | string |
5 | default "pxa" |
6 | |
7 | config SYS_BOARD |
8 | string |
9 | default "vpac270" |
10 | |
11 | config SYS_CONFIG_NAME |
12 | string |
13 | default "vpac270" |
14 | |
15 | endif |