]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/esd/cpci405/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / esd / cpci405 / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_CPCI405
2
3config SYS_BOARD
4 string
5 default "cpci405"
6
7config SYS_VENDOR
8 string
9 default "esd"
10
11config SYS_CONFIG_NAME
12 string
13 default "CPCI405"
14
15endif
16
17if TARGET_CPCI4052
18
19config SYS_BOARD
20 string
21 default "cpci405"
22
23config SYS_VENDOR
24 string
25 default "esd"
26
27config SYS_CONFIG_NAME
28 string
29 default "CPCI4052"
30
31endif
32
33if TARGET_CPCI405AB
34
35config SYS_BOARD
36 string
37 default "cpci405"
38
39config SYS_VENDOR
40 string
41 default "esd"
42
43config SYS_CONFIG_NAME
44 string
45 default "CPCI405AB"
46
47endif
48
49if TARGET_CPCI405DT
50
51config SYS_BOARD
52 string
53 default "cpci405"
54
55config SYS_VENDOR
56 string
57 default "esd"
58
59config SYS_CONFIG_NAME
60 string
61 default "CPCI405DT"
62
63endif