aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/Kconfig
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2012-02-21 14:53:15 -0500
committerKumar Gala <galak@kernel.crashing.org>2012-03-16 15:57:03 -0400
commit0c350a9a5cf01db3875ceb8b01121d8ce6a7f287 (patch)
tree9cba46218f5507eb03f35e607ac55b872a4f8b19 /arch/powerpc/platforms/85xx/Kconfig
parent401a376e94021f2040e6cedd4cc858e0eeec5854 (diff)
powerpc/85xx: allow CONFIG_PHYS_64BIT to be selectable
Remove the "select PHYS_64BIT" from the Kconfig entry for the P1022DS, so that large physical address support is a selectable option for non-CoreNet reference boards. The option is enabled in mpc85xx_[smp_]defconfig so that the default is unchanged. However, now it can be deselected. The P1022DS had this option defined because the default device tree for this board uses 36-bit addresses. This had the side-effect of forcing this option on for all boards that use mpc85xx_[smp_]defconfig. Some users may want to disable this feature to create an optimized configuration for boards with <= 2GB of RAM. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/85xx/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig
index fd6f3c06a0dc..ce6142cd04a1 100644
--- a/arch/powerpc/platforms/85xx/Kconfig
+++ b/arch/powerpc/platforms/85xx/Kconfig
@@ -90,7 +90,6 @@ config P1010_RDB
90config P1022_DS 90config P1022_DS
91 bool "Freescale P1022 DS" 91 bool "Freescale P1022 DS"
92 select DEFAULT_UIMAGE 92 select DEFAULT_UIMAGE
93 select PHYS_64BIT # The DTS has 36-bit addresses
94 select SWIOTLB 93 select SWIOTLB
95 help 94 help
96 This option enables support for the Freescale P1022DS reference board. 95 This option enables support for the Freescale P1022DS reference board.