24 bool "Support bubinga"
26 config TARGET_CANYONLANDS
27 bool "Support canyonlands"
36 bool "Support kilauea"
45 bool "Support redwood"
48 bool "Support sequoia"
53 config TARGET_YOSEMITE
54 bool "Support yosemite"
60 bool "Support CPCI2DP"
62 config TARGET_CPCI4052
63 bool "Support CPCI4052"
68 config TARGET_PMC405DE
69 bool "Support PMC405DE"
77 config TARGET_DLVISION_10G
78 bool "Support dlvision-10g"
92 config TARGET_DLVISION
93 bool "Support dlvision"
95 config TARGET_GDPPC440ETX
96 bool "Support gdppc440etx"
105 bool "Support MIP405"
107 config TARGET_MIP405T
108 bool "Support MIP405T"
111 bool "Support PIP405"
113 config TARGET_XPEDITE1000
114 bool "Support xpedite1000"
116 config TARGET_XILINX_PPC405_GENERIC
117 bool "Support xilinx-ppc405-generic"
123 config TARGET_XILINX_PPC440_GENERIC
124 bool "Support xilinx-ppc440-generic"
132 config CMD_CHIP_CONFIG
133 bool "Enable the 'chip_config' command"
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.
141 bool "Enable the 'ecctest' command"
143 This command tests memory ECC by single and double error bit
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"