]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/ppc4xx/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[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
dd84058d
MY
140source "board/amcc/acadia/Kconfig"
141source "board/amcc/bamboo/Kconfig"
dd84058d
MY
142source "board/amcc/bubinga/Kconfig"
143source "board/amcc/canyonlands/Kconfig"
dd84058d
MY
144source "board/amcc/katmai/Kconfig"
145source "board/amcc/kilauea/Kconfig"
146source "board/amcc/luan/Kconfig"
147source "board/amcc/makalu/Kconfig"
dd84058d
MY
148source "board/amcc/redwood/Kconfig"
149source "board/amcc/sequoia/Kconfig"
dd84058d
MY
150source "board/amcc/walnut/Kconfig"
151source "board/amcc/yosemite/Kconfig"
152source "board/amcc/yucca/Kconfig"
dd84058d
MY
153source "board/esd/cpci2dp/Kconfig"
154source "board/esd/cpci405/Kconfig"
dd84058d 155source "board/esd/plu405/Kconfig"
dd84058d
MY
156source "board/esd/pmc405de/Kconfig"
157source "board/esd/pmc440/Kconfig"
dd84058d 158source "board/esd/vom405/Kconfig"
dd84058d
MY
159source "board/gdsys/405ep/Kconfig"
160source "board/gdsys/405ex/Kconfig"
161source "board/gdsys/dlvision/Kconfig"
162source "board/gdsys/gdppc440etx/Kconfig"
163source "board/gdsys/intip/Kconfig"
6623aee5 164source "board/liebherr/lwmon5/Kconfig"
dd84058d
MY
165source "board/mosaixtech/icon/Kconfig"
166source "board/mpl/mip405/Kconfig"
167source "board/mpl/pip405/Kconfig"
dd84058d 168source "board/t3corp/Kconfig"
dd84058d 169source "board/xes/xpedite1000/Kconfig"
dd84058d
MY
170source "board/xilinx/ppc405-generic/Kconfig"
171source "board/xilinx/ppc440-generic/Kconfig"
dd84058d
MY
172
173endmenu