diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-10-07 15:47:10 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-10-14 01:53:07 -0400 |
commit | b6f9e595d27371c4f2157a294da3caa7aed5fe53 (patch) | |
tree | 7f294fb8494c377645332bf0c9d73427cde1cada /arch/powerpc/platforms/85xx/Kconfig | |
parent | 4267ea72bb09dc58f006df26c8d3e897489fabca (diff) |
powerpc/fsl-booke: Add p3041 DS board support
The P3041DS is in the same family of boards as the P4080DS 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/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index bea1f5905ad4..068a6e3b3d76 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
@@ -153,6 +153,17 @@ config SBC8560 | |||
153 | help | 153 | help |
154 | This option enables support for the Wind River SBC8560 board | 154 | This option enables support for the Wind River SBC8560 board |
155 | 155 | ||
156 | config P3041_DS | ||
157 | bool "Freescale P3041 DS" | ||
158 | select DEFAULT_UIMAGE | ||
159 | select PPC_E500MC | ||
160 | select PHYS_64BIT | ||
161 | select SWIOTLB | ||
162 | select MPC8xxx_GPIO | ||
163 | select HAS_RAPIDIO | ||
164 | help | ||
165 | This option enables support for the P3041 DS board | ||
166 | |||
156 | config P4080_DS | 167 | config P4080_DS |
157 | bool "Freescale P4080 DS" | 168 | bool "Freescale P4080 DS" |
158 | select DEFAULT_UIMAGE | 169 | select DEFAULT_UIMAGE |