]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/ppc4xx/Kconfig
drivers, block: remove sil680 driver
[people/ms/u-boot.git] / arch / powerpc / cpu / ppc4xx / Kconfig
CommitLineData
dd84058d
MY
1menu "ppc4xx CPU"
2 depends on 4xx
3
4config SYS_CPU
dd84058d
MY
5 default "ppc4xx"
6
7choice
8 prompt "Target select"
a26cd049 9 optional
dd84058d 10
04386f65
SR
11config TARGET_LWMON5
12 bool "Support lwmon5"
04386f65 13
dd84058d
MY
14config TARGET_T3CORP
15 bool "Support t3corp"
16
dd84058d
MY
17config TARGET_ACADIA
18 bool "Support acadia"
19
20config TARGET_BAMBOO
21 bool "Support bamboo"
22
dd84058d
MY
23config TARGET_BUBINGA
24 bool "Support bubinga"
25
26config TARGET_CANYONLANDS
27 bool "Support canyonlands"
58d423b8
MY
28 select DM
29 select DM_SERIAL
dd84058d 30
dd84058d
MY
31config TARGET_KATMAI
32 bool "Support katmai"
bb6b142f 33 select PHYS_64BIT
dd84058d
MY
34
35config TARGET_KILAUEA
36 bool "Support kilauea"
37
38config TARGET_LUAN
39 bool "Support luan"
40
41config TARGET_MAKALU
42 bool "Support makalu"
43
dd84058d
MY
44config TARGET_REDWOOD
45 bool "Support redwood"
46
47config TARGET_SEQUOIA
48 bool "Support sequoia"
49
dd84058d
MY
50config TARGET_WALNUT
51 bool "Support walnut"
52
53config TARGET_YOSEMITE
54 bool "Support yosemite"
55
56config TARGET_YUCCA
57 bool "Support yucca"
58
dd84058d
MY
59config TARGET_CPCI2DP
60 bool "Support CPCI2DP"
61
dd84058d
MY
62config TARGET_CPCI4052
63 bool "Support CPCI4052"
64
dd84058d
MY
65config TARGET_PLU405
66 bool "Support PLU405"
67
dd84058d
MY
68config TARGET_PMC405DE
69 bool "Support PMC405DE"
70
71config TARGET_PMC440
72 bool "Support PMC440"
73
dd84058d
MY
74config TARGET_VOM405
75 bool "Support VOM405"
76
dd84058d
MY
77config TARGET_DLVISION_10G
78 bool "Support dlvision-10g"
79
80config TARGET_IO
81 bool "Support io"
82
83config TARGET_IOCON
84 bool "Support iocon"
85
86config TARGET_NEO
87 bool "Support neo"
88
89config TARGET_IO64
90 bool "Support io64"
91
92config TARGET_DLVISION
93 bool "Support dlvision"
94
95config TARGET_GDPPC440ETX
96 bool "Support gdppc440etx"
97
98config TARGET_INTIP
99 bool "Support intip"
100
101config TARGET_ICON
102 bool "Support icon"
103
104config TARGET_MIP405
105 bool "Support MIP405"
106
adf32adb
TR
107config TARGET_MIP405T
108 bool "Support MIP405T"
109
dd84058d
MY
110config TARGET_PIP405
111 bool "Support PIP405"
112
dd84058d
MY
113config TARGET_XPEDITE1000
114 bool "Support xpedite1000"
115
dd84058d
MY
116config TARGET_XILINX_PPC405_GENERIC
117 bool "Support xilinx-ppc405-generic"
80cce262
RR
118 select SUPPORT_SPL
119 select OF_CONTROL
120 select DM
121 select DM_SERIAL
dd84058d
MY
122
123config TARGET_XILINX_PPC440_GENERIC
124 bool "Support xilinx-ppc440-generic"
80cce262
RR
125 select SUPPORT_SPL
126 select OF_CONTROL
127 select DM
128 select DM_SERIAL
dd84058d
MY
129
130endchoice
131
854fcd55
SG
132config 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
d63323fb
SG
140config 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
dd84058d
MY
146source "board/amcc/acadia/Kconfig"
147source "board/amcc/bamboo/Kconfig"
dd84058d
MY
148source "board/amcc/bubinga/Kconfig"
149source "board/amcc/canyonlands/Kconfig"
dd84058d
MY
150source "board/amcc/katmai/Kconfig"
151source "board/amcc/kilauea/Kconfig"
152source "board/amcc/luan/Kconfig"
153source "board/amcc/makalu/Kconfig"
dd84058d
MY
154source "board/amcc/redwood/Kconfig"
155source "board/amcc/sequoia/Kconfig"
dd84058d
MY
156source "board/amcc/walnut/Kconfig"
157source "board/amcc/yosemite/Kconfig"
158source "board/amcc/yucca/Kconfig"
dd84058d
MY
159source "board/esd/cpci2dp/Kconfig"
160source "board/esd/cpci405/Kconfig"
dd84058d 161source "board/esd/plu405/Kconfig"
dd84058d
MY
162source "board/esd/pmc405de/Kconfig"
163source "board/esd/pmc440/Kconfig"
dd84058d 164source "board/esd/vom405/Kconfig"
dd84058d
MY
165source "board/gdsys/405ep/Kconfig"
166source "board/gdsys/405ex/Kconfig"
167source "board/gdsys/dlvision/Kconfig"
168source "board/gdsys/gdppc440etx/Kconfig"
169source "board/gdsys/intip/Kconfig"
6623aee5 170source "board/liebherr/lwmon5/Kconfig"
dd84058d
MY
171source "board/mosaixtech/icon/Kconfig"
172source "board/mpl/mip405/Kconfig"
173source "board/mpl/pip405/Kconfig"
dd84058d 174source "board/t3corp/Kconfig"
dd84058d 175source "board/xes/xpedite1000/Kconfig"
dd84058d
MY
176source "board/xilinx/ppc405-generic/Kconfig"
177source "board/xilinx/ppc440-generic/Kconfig"
dd84058d
MY
178
179endmenu