1 menuconfig FSL_SOC_BOOKE
2 bool "Freescale Book-E Machine Type"
3 depends on PPC_85xx || PPC_BOOK3E
9 select SERIAL_8250_EXTENDED if SERIAL_8250
10 select SERIAL_8250_SHARE_IRQ if SERIAL_8250
11 select FSL_CORENET_RCPM if PPC_E500MC
18 config FSL_85XX_CACHE_SRAM
22 When selected, this option enables cache-sram support
23 for memory allocation on P1/P2 QorIQ platforms.
24 cache-sram-size and cache-sram-offset kernel boot
25 parameters should be passed when this option is enabled.
28 bool "Freescale BSC9131RDB"
31 This option enables support for the Freescale BSC9131RDB board.
32 The BSC9131 is a heterogeneous SoC containing an e500v2 powerpc and a
34 Manufacturer : Freescale Semiconductor, Inc
37 bool "Freescale C293PCIE"
40 This option enables support for the C293PCIE board
43 bool "Freescale BSC9132QDS"
46 This option enables support for the Freescale BSC9132 QDS board.
47 BSC9132 is a heterogeneous SoC containing dual e500v2 powerpc cores
48 and dual StarCore SC3850 DSP cores.
49 Manufacturer : Freescale Semiconductor, Inc
52 bool "Freescale MPC8540 ADS"
55 This option enables support for the MPC 8540 ADS board
58 bool "Freescale MPC8560 ADS"
62 This option enables support for the MPC 8560 ADS board
65 bool "Freescale MPC85xx CDS"
70 This option enables support for the MPC85xx CDS board
73 bool "Freescale MPC85xx MDS"
75 select PHYLIB if NETDEVICES
79 This option enables support for the MPC85xx MDS board
82 bool "Freescale MPC8536 DS"
86 This option enables support for the MPC8536 DS board
89 bool "Freescale MPC85xx DS"
92 select FSL_ULI1575 if PCI
95 This option enables support for the MPC85xx DS (MPC8544 DS) board
98 bool "Freescale MPC85xx RDB"
100 select DEFAULT_UIMAGE
101 select FSL_ULI1575 if PCI
104 This option enables support for the MPC85xx RDB (P2020 RDB) board
107 bool "Freescale P1010RDB"
108 select DEFAULT_UIMAGE
110 This option enables support for the MPC85xx RDB (P1010 RDB) board
112 P1010RDB contains P1010Si, which provides CPU performance up to 800
113 MHz and 1600 DMIPS, additional functionality and faster interfaces
114 (DDR3/3L, SATA II, and PCI Express).
117 bool "Freescale P1022 DS"
118 select DEFAULT_UIMAGE
121 This option enables support for the Freescale P1022DS reference board.
124 bool "Freescale / iVeia P1022 RDK"
125 select DEFAULT_UIMAGE
127 This option enables support for the Freescale / iVeia P1022RDK
131 bool "Freescale P1023 RDB"
132 select DEFAULT_UIMAGE
134 This option enables support for the P1023 RDB board.
137 bool "Freescale TWR-P102x"
138 select DEFAULT_UIMAGE
140 This option enables support for the TWR-P1025 board.
144 select DEFAULT_UIMAGE
146 This option enables support for the Socrates board.
149 bool "Emerson KSI8560"
150 select DEFAULT_UIMAGE
152 This option enables support for the Emerson KSI8560 board
155 bool "X-ES single-board computer"
156 select DEFAULT_UIMAGE
158 This option enables support for the various single-board
159 computers from Extreme Engineering Solutions (X-ES) based on
160 Freescale MPC85xx processors.
161 Manufacturer: Extreme Engineering Solutions, Inc.
162 URL: <http://www.xes-inc.com/>
165 bool "Silicon Turnkey Express GP3"
167 This option enables support for the Silicon Turnkey Express GP3
170 select DEFAULT_UIMAGE
173 bool "TQ Components TQM8540"
175 This option enables support for the TQ Components TQM8540 board.
176 select DEFAULT_UIMAGE
180 bool "TQ Components TQM8541"
182 This option enables support for the TQ Components TQM8541 board.
183 select DEFAULT_UIMAGE
188 bool "TQ Components TQM8548"
190 This option enables support for the TQ Components TQM8548 board.
191 select DEFAULT_UIMAGE
195 bool "TQ Components TQM8555"
197 This option enables support for the TQ Components TQM8555 board.
198 select DEFAULT_UIMAGE
203 bool "TQ Components TQM8560"
205 This option enables support for the TQ Components TQM8560 board.
206 select DEFAULT_UIMAGE
211 bool "Wind River SBC8548"
212 select DEFAULT_UIMAGE
214 This option enables support for the Wind River SBC8548 board
217 bool "Prodrive PPA8548"
219 This option enables support for the Prodrive PPA8548 board.
220 select DEFAULT_UIMAGE
224 bool "GE Intelligent Platforms IMP3A"
225 select DEFAULT_UIMAGE
231 This option enables support for the GE Intelligent Platforms IMP3A
234 This board is a 3U CompactPCI Single Board Computer with a Freescale
238 tristate "Servergy CTS-1000 support"
241 depends on CORENET_GENERIC
243 Enable this to support functionality in Servergy's CTS-1000 systems.
246 bool "Artesyn MVME2500"
247 select DEFAULT_UIMAGE
249 This option enables support for the Emerson/Artesyn MVME2500 board.
254 bool "QEMU generic e500 platform"
255 select DEFAULT_UIMAGE
257 select PPC_E500MC if PPC64
259 This option enables support for running as a QEMU guest using
260 QEMU's generic e500 machine. This is not required if you're
261 using a QEMU machine that targets a specific board, such as
264 Unlike most e500 boards that target a specific CPU, this
265 platform works with any e500-family CPU that QEMU supports.
266 Thus, you'll need to make sure CONFIG_PPC_E500MC is set or
267 unset based on the emulated CPU (or actual host CPU in the case
270 config CORENET_GENERIC
271 bool "Freescale CoreNet Generic"
272 select DEFAULT_UIMAGE
280 select PPC_EPAPR_HV_PIC
282 This option enables support for the FSL CoreNet based boards.
283 For 32bit kernel, the following boards are supported:
284 P2041 RDB, P3041 DS, P4080 DS, kmcoge4, and OCA4080
285 For 64bit kernel, the following boards are supported:
286 T208x QDS/RDB, T4240 QDS/RDB and B4 QDS
287 The following boards are supported for both 32bit and 64bit kernel:
288 P5020 DS, P5040 DS, T102x QDS/RDB, T104x QDS/RDB
290 endif # FSL_SOC_BOOKE