blob: a6066efe8167b66ecca945faf63470922daacf95 [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"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090033 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090034
35config TARGET_KILAUEA
36 bool "Support kilauea"
37
38config TARGET_LUAN
39 bool "Support luan"
40
41config TARGET_MAKALU
42 bool "Support makalu"
43
Masahiro Yamadadd840582014-07-30 14:08:14 +090044config TARGET_REDWOOD
45 bool "Support redwood"
46
47config TARGET_SEQUOIA
48 bool "Support sequoia"
49
Masahiro Yamadadd840582014-07-30 14:08:14 +090050config TARGET_WALNUT
51 bool "Support walnut"
52
53config TARGET_YOSEMITE
54 bool "Support yosemite"
55
56config TARGET_YUCCA
57 bool "Support yucca"
58
Masahiro Yamadadd840582014-07-30 14:08:14 +090059config TARGET_CPCI2DP
60 bool "Support CPCI2DP"
61
Masahiro Yamadadd840582014-07-30 14:08:14 +090062config TARGET_CPCI4052
63 bool "Support CPCI4052"
64
Masahiro Yamadadd840582014-07-30 14:08:14 +090065config TARGET_PLU405
66 bool "Support PLU405"
67
Masahiro Yamadadd840582014-07-30 14:08:14 +090068config TARGET_PMC405DE
69 bool "Support PMC405DE"
70
71config TARGET_PMC440
72 bool "Support PMC440"
73
Masahiro Yamadadd840582014-07-30 14:08:14 +090074config TARGET_VOM405
75 bool "Support VOM405"
76
Masahiro Yamadadd840582014-07-30 14:08:14 +090077config 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
Tom Riniadf32ad2016-09-19 21:55:34 -0400107config TARGET_MIP405T
108 bool "Support MIP405T"
109
Masahiro Yamadadd840582014-07-30 14:08:14 +0900110config TARGET_PIP405
111 bool "Support PIP405"
112
Masahiro Yamadadd840582014-07-30 14:08:14 +0900113config TARGET_XPEDITE1000
114 bool "Support xpedite1000"
115
Masahiro Yamadadd840582014-07-30 14:08:14 +0900116config TARGET_XILINX_PPC405_GENERIC
117 bool "Support xilinx-ppc405-generic"
Ricardo Ribalda Delgado80cce262016-01-26 11:24:19 +0100118 select SUPPORT_SPL
119 select OF_CONTROL
120 select DM
121 select DM_SERIAL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900122
123config TARGET_XILINX_PPC440_GENERIC
124 bool "Support xilinx-ppc440-generic"
Ricardo Ribalda Delgado80cce262016-01-26 11:24:19 +0100125 select SUPPORT_SPL
126 select OF_CONTROL
127 select DM
128 select DM_SERIAL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900129
130endchoice
131
132source "board/amcc/acadia/Kconfig"
133source "board/amcc/bamboo/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900134source "board/amcc/bubinga/Kconfig"
135source "board/amcc/canyonlands/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900136source "board/amcc/katmai/Kconfig"
137source "board/amcc/kilauea/Kconfig"
138source "board/amcc/luan/Kconfig"
139source "board/amcc/makalu/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900140source "board/amcc/redwood/Kconfig"
141source "board/amcc/sequoia/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900142source "board/amcc/walnut/Kconfig"
143source "board/amcc/yosemite/Kconfig"
144source "board/amcc/yucca/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900145source "board/esd/cpci2dp/Kconfig"
146source "board/esd/cpci405/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900147source "board/esd/plu405/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900148source "board/esd/pmc405de/Kconfig"
149source "board/esd/pmc440/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900150source "board/esd/vom405/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900151source "board/gdsys/405ep/Kconfig"
152source "board/gdsys/405ex/Kconfig"
153source "board/gdsys/dlvision/Kconfig"
154source "board/gdsys/gdppc440etx/Kconfig"
155source "board/gdsys/intip/Kconfig"
Wolfgang Denk6623aee2015-11-24 20:46:45 +0100156source "board/liebherr/lwmon5/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900157source "board/mosaixtech/icon/Kconfig"
158source "board/mpl/mip405/Kconfig"
159source "board/mpl/pip405/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900160source "board/t3corp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900161source "board/xes/xpedite1000/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900162source "board/xilinx/ppc405-generic/Kconfig"
163source "board/xilinx/ppc440-generic/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900164
165endmenu