diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-10-08 09:32:11 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-10-14 01:55:03 -0400 |
commit | 4490c06b581ad7d6392bb398960ef86dfd203a91 (patch) | |
tree | c5ca19d817020b204b2a046d9f32b72191df5c51 /arch/powerpc/platforms/85xx/Kconfig | |
parent | 6db92cc9d07db9f713da8554b4bcdfc8e54ad386 (diff) |
powerpc/fsl-booke: Add support for FSL 64-bit e5500 core
The new e5500 core is similar to the e500mc core but adds 64-bit
support. We support running it in 32-bit mode as it is identical to the
e500mc.
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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 068a6e3b3d76..4bac9e00fccc 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
@@ -11,6 +11,8 @@ menuconfig FSL_SOC_BOOKE | |||
11 | 11 | ||
12 | if FSL_SOC_BOOKE | 12 | if FSL_SOC_BOOKE |
13 | 13 | ||
14 | if PPC32 | ||
15 | |||
14 | config MPC8540_ADS | 16 | config MPC8540_ADS |
15 | bool "Freescale MPC8540 ADS" | 17 | bool "Freescale MPC8540 ADS" |
16 | select DEFAULT_UIMAGE | 18 | select DEFAULT_UIMAGE |
@@ -167,7 +169,6 @@ config P3041_DS | |||
167 | config P4080_DS | 169 | config P4080_DS |
168 | bool "Freescale P4080 DS" | 170 | bool "Freescale P4080 DS" |
169 | select DEFAULT_UIMAGE | 171 | select DEFAULT_UIMAGE |
170 | select PPC_FSL_BOOK3E | ||
171 | select PPC_E500MC | 172 | select PPC_E500MC |
172 | select PHYS_64BIT | 173 | select PHYS_64BIT |
173 | select SWIOTLB | 174 | select SWIOTLB |
@@ -176,6 +177,8 @@ config P4080_DS | |||
176 | help | 177 | help |
177 | This option enables support for the P4080 DS board | 178 | This option enables support for the P4080 DS board |
178 | 179 | ||
180 | endif # PPC32 | ||
181 | |||
179 | endif # FSL_SOC_BOOKE | 182 | endif # FSL_SOC_BOOKE |
180 | 183 | ||
181 | config TQM85xx | 184 | config TQM85xx |