]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/dave/PPChameleonEVB/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / dave / PPChameleonEVB / Kconfig
1 if TARGET_CATCENTER
2
3 config SYS_BOARD
4 string
5 default "PPChameleonEVB"
6
7 config SYS_VENDOR
8 string
9 default "dave"
10
11 config SYS_CONFIG_NAME
12 string
13 default "CATcenter"
14
15 endif
16
17 if TARGET_PPCHAMELEONEVB
18
19 config SYS_BOARD
20 string
21 default "PPChameleonEVB"
22
23 config SYS_VENDOR
24 string
25 default "dave"
26
27 config SYS_CONFIG_NAME
28 string
29 default "PPChameleonEVB"
30
31 endif