]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/dave/PPChameleonEVB/Kconfig
3e956542391b50812e25b9bd0510e29e28369160
[karo-tx-uboot.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