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
17 config FSL_85XX_CACHE_SRAM
21 When selected, this option enables cache-sram support
22 for memory allocation on P1/P2 QorIQ platforms.
23 cache-sram-size and cache-sram-offset kernel boot
24 parameters should be passed when this option is enabled.
27 bool "Freescale BSC9131RDB"
30 This option enables support for the Freescale BSC9131RDB board.
31 The BSC9131 is a heterogeneous SoC containing an e500v2 powerpc and a
33 Manufacturer : Freescale Semiconductor, Inc
36 bool "Freescale MPC8540 ADS"
39 This option enables support for the MPC 8540 ADS board
42 bool "Freescale MPC8560 ADS"
46 This option enables support for the MPC 8560 ADS board
49 bool "Freescale MPC85xx CDS"
54 This option enables support for the MPC85xx CDS board
57 bool "Freescale MPC85xx MDS"
63 This option enables support for the MPC85xx MDS board
66 bool "Freescale MPC8536 DS"
70 This option enables support for the MPC8536 DS board
73 bool "Freescale MPC85xx DS"
76 select FSL_ULI1575 if PCI
79 This option enables support for the MPC85xx DS (MPC8544 DS) board
82 bool "Freescale MPC85xx RDB"
85 select FSL_ULI1575 if PCI
88 This option enables support for the MPC85xx RDB (P2020 RDB) board
91 bool "Freescale P1010RDB"
94 This option enables support for the MPC85xx RDB (P1010 RDB) board
96 P1010RDB contains P1010Si, which provides CPU performance up to 800
97 MHz and 1600 DMIPS, additional functionality and faster interfaces
98 (DDR3/3L, SATA II, and PCI Express).
101 bool "Freescale P1022 DS"
102 select DEFAULT_UIMAGE
105 This option enables support for the Freescale P1022DS reference board.
108 bool "Freescale P1023 RDS"
109 select DEFAULT_UIMAGE
111 This option enables support for the P1023 RDS board
115 select DEFAULT_UIMAGE
117 This option enables support for the Socrates board.
120 bool "Emerson KSI8560"
121 select DEFAULT_UIMAGE
123 This option enables support for the Emerson KSI8560 board
126 bool "X-ES single-board computer"
127 select DEFAULT_UIMAGE
129 This option enables support for the various single-board
130 computers from Extreme Engineering Solutions (X-ES) based on
131 Freescale MPC85xx processors.
132 Manufacturer: Extreme Engineering Solutions, Inc.
133 URL: <http://www.xes-inc.com/>
136 bool "Silicon Turnkey Express GP3"
138 This option enables support for the Silicon Turnkey Express GP3
141 select DEFAULT_UIMAGE
144 bool "TQ Components TQM8540"
146 This option enables support for the TQ Components TQM8540 board.
147 select DEFAULT_UIMAGE
151 bool "TQ Components TQM8541"
153 This option enables support for the TQ Components TQM8541 board.
154 select DEFAULT_UIMAGE
159 bool "TQ Components TQM8548"
161 This option enables support for the TQ Components TQM8548 board.
162 select DEFAULT_UIMAGE
166 bool "TQ Components TQM8555"
168 This option enables support for the TQ Components TQM8555 board.
169 select DEFAULT_UIMAGE
174 bool "TQ Components TQM8560"
176 This option enables support for the TQ Components TQM8560 board.
177 select DEFAULT_UIMAGE
182 bool "Wind River SBC8548"
183 select DEFAULT_UIMAGE
185 This option enables support for the Wind River SBC8548 board
188 bool "GE Intelligent Platforms IMP3A"
189 select DEFAULT_UIMAGE
193 select ARCH_REQUIRE_GPIOLIB
196 This option enables support for the GE Intelligent Platforms IMP3A
199 This board is a 3U CompactPCI Single Board Computer with a Freescale
203 bool "Freescale P2041 RDB"
204 select DEFAULT_UIMAGE
208 select ARCH_REQUIRE_GPIOLIB
211 select PPC_EPAPR_HV_PIC
213 This option enables support for the P2041 RDB board
216 bool "Freescale P3041 DS"
217 select DEFAULT_UIMAGE
221 select ARCH_REQUIRE_GPIOLIB
224 select PPC_EPAPR_HV_PIC
226 This option enables support for the P3041 DS board
229 bool "Freescale P4080 DS"
230 select DEFAULT_UIMAGE
234 select ARCH_REQUIRE_GPIOLIB
237 select PPC_EPAPR_HV_PIC
239 This option enables support for the P4080 DS board
244 bool "Freescale P5020 DS"
245 select DEFAULT_UIMAGE
250 select ARCH_REQUIRE_GPIOLIB
253 select PPC_EPAPR_HV_PIC
255 This option enables support for the P5020 DS board
258 bool "QEMU generic e500 platform"
259 depends on EXPERIMENTAL
260 select DEFAULT_UIMAGE
262 This option enables support for running as a QEMU guest using
263 QEMU's generic e500 machine. This is not required if you're
264 using a QEMU machine that targets a specific board, such as
267 Unlike most e500 boards that target a specific CPU, this
268 platform works with any e500-family CPU that QEMU supports.
269 Thus, you'll need to make sure CONFIG_PPC_E500MC is set or
270 unset based on the emulated CPU (or actual host CPU in the case
273 endif # FSL_SOC_BOOKE