diff options
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 159c01e91463..31f0618ec677 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
@@ -254,6 +254,20 @@ config P5020_DS | |||
254 | help | 254 | help |
255 | This option enables support for the P5020 DS board | 255 | This option enables support for the P5020 DS board |
256 | 256 | ||
257 | config P5040_DS | ||
258 | bool "Freescale P5040 DS" | ||
259 | select DEFAULT_UIMAGE | ||
260 | select E500 | ||
261 | select PPC_E500MC | ||
262 | select PHYS_64BIT | ||
263 | select SWIOTLB | ||
264 | select ARCH_REQUIRE_GPIOLIB | ||
265 | select GPIO_MPC8XXX | ||
266 | select HAS_RAPIDIO | ||
267 | select PPC_EPAPR_HV_PIC | ||
268 | help | ||
269 | This option enables support for the P5040 DS board | ||
270 | |||
257 | config PPC_QEMU_E500 | 271 | config PPC_QEMU_E500 |
258 | bool "QEMU generic e500 platform" | 272 | bool "QEMU generic e500 platform" |
259 | depends on EXPERIMENTAL | 273 | depends on EXPERIMENTAL |