summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-06-22 18:01:48 (GMT)
committerPaul Mackerras <paulus@samba.org>2006-06-28 01:51:13 (GMT)
commit790d427616ae68559b711bf4348003c17249abf4 (patch)
tree6f93a68776b740b681a6ee4f15562c53675f2dd3
parentf17607fb17aabd3a963da39799bde17d81211ab0 (diff)
downloadlinux-fsl-qoriq-790d427616ae68559b711bf4348003c17249abf4.tar.xz
[POWERPC] Remove redundant STD_MMU selection.
Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r--arch/powerpc/platforms/86xx/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig
index 3d2b21a..d1ecc0f 100644
--- a/arch/powerpc/platforms/86xx/Kconfig
+++ b/arch/powerpc/platforms/86xx/Kconfig
@@ -29,9 +29,4 @@ config PPC_INDIRECT_PCI_BE
depends on PPC_86xx
default y
-config PPC_STD_MMU
- bool
- depends on PPC_86xx
- default y
-
endmenu