summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/Kconfig
diff options
context:
space:
mode:
authorKumar Gala2010-10-07 21:05:47 +0200
committerKumar Gala2010-10-14 07:55:18 +0200
commit95400415c7b3f3dd43034c6c860897ac397ebe1b (patch)
tree2307e3589b0b42773c33a2f18d1a2068064438c3 /arch/powerpc/platforms/85xx/Kconfig
parentpowerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chips (diff)
downloadkernel-qcow2-linux-95400415c7b3f3dd43034c6c860897ac397ebe1b.tar.gz
kernel-qcow2-linux-95400415c7b3f3dd43034c6c860897ac397ebe1b.tar.xz
kernel-qcow2-linux-95400415c7b3f3dd43034c6c860897ac397ebe1b.zip
powerpc/fsl-booke: Add p5020 DS board support
The P5020DS is in the same family of boards as the P4080 DS and thus shares the corenet_ds code. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/85xx/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig
index 4bac9e00fccc..b6976e1726e4 100644
--- a/arch/powerpc/platforms/85xx/Kconfig
+++ b/arch/powerpc/platforms/85xx/Kconfig
@@ -179,6 +179,18 @@ config P4080_DS
endif # PPC32
+config P5020_DS
+ bool "Freescale P5020 DS"
+ select DEFAULT_UIMAGE
+ select E500
+ select PPC_E500MC
+ select PHYS_64BIT
+ select SWIOTLB
+ select MPC8xxx_GPIO
+ select HAS_RAPIDIO
+ help
+ This option enables support for the P5020 DS board
+
endif # FSL_SOC_BOOKE
config TQM85xx