77e8fd458e5586786af8d39fd49d581600b9d8b0
[platform/kernel/u-boot.git] / arch / powerpc / cpu / ppc4xx / Kconfig
1 menu "ppc4xx CPU"
2         depends on 4xx
3
4 config SYS_CPU
5         default "ppc4xx"
6
7 choice
8         prompt "Target select"
9         optional
10
11 config TARGET_LWMON5
12         bool "Support lwmon5"
13
14 config TARGET_T3CORP
15         bool "Support t3corp"
16
17 config TARGET_ACADIA
18         bool "Support acadia"
19
20 config TARGET_BAMBOO
21         bool "Support bamboo"
22
23 config TARGET_BUBINGA
24         bool "Support bubinga"
25
26 config TARGET_CANYONLANDS
27         bool "Support canyonlands"
28         select DM
29         select DM_SERIAL
30
31 config TARGET_KATMAI
32         bool "Support katmai"
33         select PHYS_64BIT
34
35 config TARGET_KILAUEA
36         bool "Support kilauea"
37
38 config TARGET_LUAN
39         bool "Support luan"
40
41 config TARGET_MAKALU
42         bool "Support makalu"
43
44 config TARGET_REDWOOD
45         bool "Support redwood"
46
47 config TARGET_SEQUOIA
48         bool "Support sequoia"
49
50 config TARGET_WALNUT
51         bool "Support walnut"
52
53 config TARGET_YOSEMITE
54         bool "Support yosemite"
55
56 config TARGET_YUCCA
57         bool "Support yucca"
58
59 config TARGET_CPCI2DP
60         bool "Support CPCI2DP"
61
62 config TARGET_CPCI4052
63         bool "Support CPCI4052"
64
65 config TARGET_PLU405
66         bool "Support PLU405"
67
68 config TARGET_PMC405DE
69         bool "Support PMC405DE"
70
71 config TARGET_PMC440
72         bool "Support PMC440"
73
74 config TARGET_VOM405
75         bool "Support VOM405"
76
77 config TARGET_DLVISION_10G
78         bool "Support dlvision-10g"
79
80 config TARGET_IO
81         bool "Support io"
82
83 config TARGET_IOCON
84         bool "Support iocon"
85
86 config TARGET_NEO
87         bool "Support neo"
88
89 config TARGET_IO64
90         bool "Support io64"
91
92 config TARGET_DLVISION
93         bool "Support dlvision"
94
95 config TARGET_GDPPC440ETX
96         bool "Support gdppc440etx"
97
98 config TARGET_INTIP
99         bool "Support intip"
100
101 config TARGET_ICON
102         bool "Support icon"
103
104 config TARGET_MIP405
105         bool "Support MIP405"
106
107 config TARGET_MIP405T
108         bool "Support MIP405T"
109
110 config TARGET_PIP405
111         bool "Support PIP405"
112
113 config TARGET_XPEDITE1000
114         bool "Support xpedite1000"
115
116 config TARGET_XILINX_PPC405_GENERIC
117         bool "Support xilinx-ppc405-generic"
118         select SUPPORT_SPL
119         select OF_CONTROL
120         select DM
121         select DM_SERIAL
122
123 config TARGET_XILINX_PPC440_GENERIC
124         bool "Support xilinx-ppc440-generic"
125         select SUPPORT_SPL
126         select OF_CONTROL
127         select DM
128         select DM_SERIAL
129
130 endchoice
131
132 config CMD_CHIP_CONFIG
133         bool "Enable the 'chip_config' command"
134         help
135           This command programs the I2C bootstrap EEPROM or shows a list of
136           possible configurations. The configurations are board-specific
137           and control the CPU and peripehrals clocks. The programmed
138           configuration is then used when the board boots.
139
140 config CMD_ECCTEST
141         bool "Enable the 'ecctest' command"
142         help
143           This command tests memory ECC by single and double error bit
144           injection.
145
146 source "board/amcc/acadia/Kconfig"
147 source "board/amcc/bamboo/Kconfig"
148 source "board/amcc/bubinga/Kconfig"
149 source "board/amcc/canyonlands/Kconfig"
150 source "board/amcc/katmai/Kconfig"
151 source "board/amcc/kilauea/Kconfig"
152 source "board/amcc/luan/Kconfig"
153 source "board/amcc/makalu/Kconfig"
154 source "board/amcc/redwood/Kconfig"
155 source "board/amcc/sequoia/Kconfig"
156 source "board/amcc/walnut/Kconfig"
157 source "board/amcc/yosemite/Kconfig"
158 source "board/amcc/yucca/Kconfig"
159 source "board/esd/cpci2dp/Kconfig"
160 source "board/esd/cpci405/Kconfig"
161 source "board/esd/plu405/Kconfig"
162 source "board/esd/pmc405de/Kconfig"
163 source "board/esd/pmc440/Kconfig"
164 source "board/esd/vom405/Kconfig"
165 source "board/gdsys/405ep/Kconfig"
166 source "board/gdsys/405ex/Kconfig"
167 source "board/gdsys/dlvision/Kconfig"
168 source "board/gdsys/gdppc440etx/Kconfig"
169 source "board/gdsys/intip/Kconfig"
170 source "board/liebherr/lwmon5/Kconfig"
171 source "board/mosaixtech/icon/Kconfig"
172 source "board/mpl/mip405/Kconfig"
173 source "board/mpl/pip405/Kconfig"
174 source "board/t3corp/Kconfig"
175 source "board/xes/xpedite1000/Kconfig"
176 source "board/xilinx/ppc405-generic/Kconfig"
177 source "board/xilinx/ppc440-generic/Kconfig"
178
179 endmenu