blob: 36af1b9419b09f43d815b732fe8b36deb10e76c5 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "ppc4xx CPU"
2 depends on 4xx
3
4config SYS_CPU
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 default "ppc4xx"
6
7choice
8 prompt "Target select"
Joe Hershbergerf0699602015-05-12 14:46:23 -05009 optional
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090010
Stefan Roeseb47a63d2015-10-02 08:20:35 +020011config TARGET_LWMON5
12 bool "Support lwmon5"
Stefan Roeseb47a63d2015-10-02 08:20:35 +020013
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090014config TARGET_T3CORP
15 bool "Support t3corp"
16
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090017config TARGET_ACADIA
18 bool "Support acadia"
19
20config TARGET_BAMBOO
21 bool "Support bamboo"
22
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090023config TARGET_BUBINGA
24 bool "Support bubinga"
25
26config TARGET_CANYONLANDS
27 bool "Support canyonlands"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +090028 select DM
29 select DM_SERIAL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090030
Masahiro Yamadad3ae6782014-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 Yamadad3ae6782014-07-30 14:08:14 +090043config TARGET_REDWOOD
44 bool "Support redwood"
45
46config TARGET_SEQUOIA
47 bool "Support sequoia"
48
Masahiro Yamadad3ae6782014-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
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090058config TARGET_CPCI2DP
59 bool "Support CPCI2DP"
60
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090061config TARGET_CPCI4052
62 bool "Support CPCI4052"
63
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090064config TARGET_PLU405
65 bool "Support PLU405"
66
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090067config TARGET_PMC405DE
68 bool "Support PMC405DE"
69
70config TARGET_PMC440
71 bool "Support PMC440"
72
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090073config TARGET_VOM405
74 bool "Support VOM405"
75
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090076config TARGET_DLVISION_10G
77 bool "Support dlvision-10g"
78
79config TARGET_IO
80 bool "Support io"
81
82config TARGET_IOCON
83 bool "Support iocon"
84
85config TARGET_NEO
86 bool "Support neo"
87
88config TARGET_IO64
89 bool "Support io64"
90
91config TARGET_DLVISION
92 bool "Support dlvision"
93
94config TARGET_GDPPC440ETX
95 bool "Support gdppc440etx"
96
97config TARGET_INTIP
98 bool "Support intip"
99
100config TARGET_ICON
101 bool "Support icon"
102
103config TARGET_MIP405
104 bool "Support MIP405"
105
106config TARGET_PIP405
107 bool "Support PIP405"
108
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900109config TARGET_XPEDITE1000
110 bool "Support xpedite1000"
111
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900112config TARGET_XILINX_PPC405_GENERIC
113 bool "Support xilinx-ppc405-generic"
Ricardo Ribalda Delgado4f40e132016-01-26 11:24:19 +0100114 select SUPPORT_SPL
115 select OF_CONTROL
116 select DM
117 select DM_SERIAL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900118
119config TARGET_XILINX_PPC440_GENERIC
120 bool "Support xilinx-ppc440-generic"
Ricardo Ribalda Delgado4f40e132016-01-26 11:24:19 +0100121 select SUPPORT_SPL
122 select OF_CONTROL
123 select DM
124 select DM_SERIAL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900125
126endchoice
127
128source "board/amcc/acadia/Kconfig"
129source "board/amcc/bamboo/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900130source "board/amcc/bubinga/Kconfig"
131source "board/amcc/canyonlands/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900132source "board/amcc/katmai/Kconfig"
133source "board/amcc/kilauea/Kconfig"
134source "board/amcc/luan/Kconfig"
135source "board/amcc/makalu/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900136source "board/amcc/redwood/Kconfig"
137source "board/amcc/sequoia/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900138source "board/amcc/walnut/Kconfig"
139source "board/amcc/yosemite/Kconfig"
140source "board/amcc/yucca/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900141source "board/esd/cpci2dp/Kconfig"
142source "board/esd/cpci405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900143source "board/esd/plu405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900144source "board/esd/pmc405de/Kconfig"
145source "board/esd/pmc440/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900146source "board/esd/vom405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900147source "board/gdsys/405ep/Kconfig"
148source "board/gdsys/405ex/Kconfig"
149source "board/gdsys/dlvision/Kconfig"
150source "board/gdsys/gdppc440etx/Kconfig"
151source "board/gdsys/intip/Kconfig"
Wolfgang Denk04461ec2015-11-24 20:46:45 +0100152source "board/liebherr/lwmon5/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900153source "board/mosaixtech/icon/Kconfig"
154source "board/mpl/mip405/Kconfig"
155source "board/mpl/pip405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900156source "board/t3corp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900157source "board/xes/xpedite1000/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900158source "board/xilinx/ppc405-generic/Kconfig"
159source "board/xilinx/ppc440-generic/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900160
161endmenu