blob: efd316573ce6e9f8cf42acfc21af16c3c491ac11 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "ppc4xx CPU"
2 depends on 4xx
3
4config SYS_CPU
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "ppc4xx"
6
7choice
8 prompt "Target select"
Joe Hershbergera26cd042015-05-12 14:46:23 -05009 optional
Masahiro Yamadadd840582014-07-30 14:08:14 +090010
Stefan Roese04386f62015-10-02 08:20:35 +020011config TARGET_LWMON5
12 bool "Support lwmon5"
Stefan Roese04386f62015-10-02 08:20:35 +020013
Masahiro Yamadadd840582014-07-30 14:08:14 +090014config TARGET_T3CORP
15 bool "Support t3corp"
16
Masahiro Yamadadd840582014-07-30 14:08:14 +090017config TARGET_ACADIA
18 bool "Support acadia"
19
20config TARGET_BAMBOO
21 bool "Support bamboo"
22
Masahiro Yamadadd840582014-07-30 14:08:14 +090023config TARGET_BUBINGA
24 bool "Support bubinga"
25
26config TARGET_CANYONLANDS
27 bool "Support canyonlands"
Masahiro Yamada58d423b2015-03-31 12:47:53 +090028 select DM
29 select DM_SERIAL
Masahiro Yamadadd840582014-07-30 14:08:14 +090030
Masahiro Yamadadd840582014-07-30 14:08:14 +090031config TARGET_KATMAI
32 bool "Support katmai"
33
34config TARGET_KILAUEA
35 bool "Support kilauea"
36
37config TARGET_LUAN
38 bool "Support luan"
39
40config TARGET_MAKALU
41 bool "Support makalu"
42
Masahiro Yamadadd840582014-07-30 14:08:14 +090043config TARGET_REDWOOD
44 bool "Support redwood"
45
46config TARGET_SEQUOIA
47 bool "Support sequoia"
48
Masahiro Yamadadd840582014-07-30 14:08:14 +090049config TARGET_WALNUT
50 bool "Support walnut"
51
52config TARGET_YOSEMITE
53 bool "Support yosemite"
54
55config TARGET_YUCCA
56 bool "Support yucca"
57
58config TARGET_FX12MM
59 bool "Support fx12mm"
60
61config TARGET_V5FX30TEVAL
62 bool "Support v5fx30teval"
63
Masahiro Yamadadd840582014-07-30 14:08:14 +090064config TARGET_CPCI2DP
65 bool "Support CPCI2DP"
66
Masahiro Yamadadd840582014-07-30 14:08:14 +090067config TARGET_CPCI4052
68 bool "Support CPCI4052"
69
Masahiro Yamadadd840582014-07-30 14:08:14 +090070config TARGET_PLU405
71 bool "Support PLU405"
72
Masahiro Yamadadd840582014-07-30 14:08:14 +090073config TARGET_PMC405DE
74 bool "Support PMC405DE"
75
76config TARGET_PMC440
77 bool "Support PMC440"
78
Masahiro Yamadadd840582014-07-30 14:08:14 +090079config TARGET_VOM405
80 bool "Support VOM405"
81
Masahiro Yamadadd840582014-07-30 14:08:14 +090082config TARGET_DLVISION_10G
83 bool "Support dlvision-10g"
84
85config TARGET_IO
86 bool "Support io"
87
88config TARGET_IOCON
89 bool "Support iocon"
90
91config TARGET_NEO
92 bool "Support neo"
93
94config TARGET_IO64
95 bool "Support io64"
96
97config TARGET_DLVISION
98 bool "Support dlvision"
99
100config TARGET_GDPPC440ETX
101 bool "Support gdppc440etx"
102
103config TARGET_INTIP
104 bool "Support intip"
105
106config TARGET_ICON
107 bool "Support icon"
108
109config TARGET_MIP405
110 bool "Support MIP405"
111
112config TARGET_PIP405
113 bool "Support PIP405"
114
Masahiro Yamadadd840582014-07-30 14:08:14 +0900115config TARGET_XPEDITE1000
116 bool "Support xpedite1000"
117
118config TARGET_ML507
119 bool "Support ml507"
120
121config TARGET_XILINX_PPC405_GENERIC
122 bool "Support xilinx-ppc405-generic"
123
124config TARGET_XILINX_PPC440_GENERIC
125 bool "Support xilinx-ppc440-generic"
126
127endchoice
128
129source "board/amcc/acadia/Kconfig"
130source "board/amcc/bamboo/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900131source "board/amcc/bubinga/Kconfig"
132source "board/amcc/canyonlands/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900133source "board/amcc/katmai/Kconfig"
134source "board/amcc/kilauea/Kconfig"
135source "board/amcc/luan/Kconfig"
136source "board/amcc/makalu/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900137source "board/amcc/redwood/Kconfig"
138source "board/amcc/sequoia/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900139source "board/amcc/walnut/Kconfig"
140source "board/amcc/yosemite/Kconfig"
141source "board/amcc/yucca/Kconfig"
142source "board/avnet/fx12mm/Kconfig"
143source "board/avnet/v5fx30teval/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900144source "board/esd/cpci2dp/Kconfig"
145source "board/esd/cpci405/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900146source "board/esd/plu405/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900147source "board/esd/pmc405de/Kconfig"
148source "board/esd/pmc440/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900149source "board/esd/vom405/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900150source "board/gdsys/405ep/Kconfig"
151source "board/gdsys/405ex/Kconfig"
152source "board/gdsys/dlvision/Kconfig"
153source "board/gdsys/gdppc440etx/Kconfig"
154source "board/gdsys/intip/Kconfig"
Wolfgang Denk6623aee2015-11-24 20:46:45 +0100155source "board/liebherr/lwmon5/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900156source "board/mosaixtech/icon/Kconfig"
157source "board/mpl/mip405/Kconfig"
158source "board/mpl/pip405/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900159source "board/t3corp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900160source "board/xes/xpedite1000/Kconfig"
161source "board/xilinx/ml507/Kconfig"
162source "board/xilinx/ppc405-generic/Kconfig"
163source "board/xilinx/ppc440-generic/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900164
165endmenu