summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt2009-02-18 03:23:30 +0100
committerBenjamin Herrenschmidt2009-02-18 03:23:30 +0100
commit3b7faeb49e7c35db857b595c389436994ab1275e (patch)
tree973208eb935876ebed9f2baf262ed08351764752 /arch/powerpc/platforms
parentMerge commit 'origin/master' into next (diff)
parentpowerpc/fsl-booke: Fix compile warning (diff)
downloadkernel-qcow2-linux-3b7faeb49e7c35db857b595c389436994ab1275e.tar.gz
kernel-qcow2-linux-3b7faeb49e7c35db857b595c389436994ab1275e.tar.xz
kernel-qcow2-linux-3b7faeb49e7c35db857b595c389436994ab1275e.zip
Merge commit 'kumar/next' into next
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r--arch/powerpc/platforms/Kconfig.cputype4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype
index e868b5c50723..9428c0e11b20 100644
--- a/arch/powerpc/platforms/Kconfig.cputype
+++ b/arch/powerpc/platforms/Kconfig.cputype
@@ -210,6 +210,10 @@ config PPC_MMU_NOHASH
def_bool y
depends on !PPC_STD_MMU
+config PPC_BOOK3E_MMU
+ def_bool y
+ depends on FSL_BOOKE
+
config PPC_MM_SLICES
bool
default y if HUGETLB_PAGE || (PPC_STD_MMU_64 && PPC_64K_PAGES)