blob: 77e8fd458e5586786af8d39fd49d581600b9d8b0 [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"
Masahiro Yamada653e9fe2016-07-25 19:56:03 +090033 select PHYS_64BIT
Masahiro Yamadad3ae6782014-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 Yamadad3ae6782014-07-30 14:08:14 +090044config TARGET_REDWOOD
45 bool "Support redwood"
46
47config TARGET_SEQUOIA
48 bool "Support sequoia"
49
Masahiro Yamadad3ae6782014-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 Yamadad3ae6782014-07-30 14:08:14 +090059config TARGET_CPCI2DP
60 bool "Support CPCI2DP"
61
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090062config TARGET_CPCI4052
63 bool "Support CPCI4052"
64
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090065config TARGET_PLU405
66 bool "Support PLU405"
67
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090068config TARGET_PMC405DE
69 bool "Support PMC405DE"
70
71config TARGET_PMC440
72 bool "Support PMC440"
73
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090074config TARGET_VOM405
75 bool "Support VOM405"
76
Masahiro Yamadad3ae6782014-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 Rini45ae6732016-09-19 21:55:34 -0400107config TARGET_MIP405T
108 bool "Support MIP405T"
109
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900110config TARGET_PIP405
111 bool "Support PIP405"
112
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900113config TARGET_XPEDITE1000
114 bool "Support xpedite1000"
115
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900116config TARGET_XILINX_PPC405_GENERIC
117 bool "Support xilinx-ppc405-generic"
Ricardo Ribalda Delgado4f40e132016-01-26 11:24:19 +0100118 select SUPPORT_SPL
119 select OF_CONTROL
120 select DM
121 select DM_SERIAL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900122
123config TARGET_XILINX_PPC440_GENERIC
124 bool "Support xilinx-ppc440-generic"
Ricardo Ribalda Delgado4f40e132016-01-26 11:24:19 +0100125 select SUPPORT_SPL
126 select OF_CONTROL
127 select DM
128 select DM_SERIAL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900129
130endchoice
131
Simon Glassaa0c4572017-04-26 22:28:00 -0600132config 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
Simon Glassba4d8602017-05-17 03:25:08 -0600140config 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
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900146source "board/amcc/acadia/Kconfig"
147source "board/amcc/bamboo/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900148source "board/amcc/bubinga/Kconfig"
149source "board/amcc/canyonlands/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900150source "board/amcc/katmai/Kconfig"
151source "board/amcc/kilauea/Kconfig"
152source "board/amcc/luan/Kconfig"
153source "board/amcc/makalu/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900154source "board/amcc/redwood/Kconfig"
155source "board/amcc/sequoia/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900156source "board/amcc/walnut/Kconfig"
157source "board/amcc/yosemite/Kconfig"
158source "board/amcc/yucca/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900159source "board/esd/cpci2dp/Kconfig"
160source "board/esd/cpci405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900161source "board/esd/plu405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900162source "board/esd/pmc405de/Kconfig"
163source "board/esd/pmc440/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900164source "board/esd/vom405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900165source "board/gdsys/405ep/Kconfig"
166source "board/gdsys/405ex/Kconfig"
167source "board/gdsys/dlvision/Kconfig"
168source "board/gdsys/gdppc440etx/Kconfig"
169source "board/gdsys/intip/Kconfig"
Wolfgang Denk04461ec2015-11-24 20:46:45 +0100170source "board/liebherr/lwmon5/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900171source "board/mosaixtech/icon/Kconfig"
172source "board/mpl/mip405/Kconfig"
173source "board/mpl/pip405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900174source "board/t3corp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900175source "board/xes/xpedite1000/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900176source "board/xilinx/ppc405-generic/Kconfig"
177source "board/xilinx/ppc440-generic/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900178
179endmenu