summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-08-03 08:39:16 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-03 09:12:16 +0200
commit43ebdba64a6e1c12fe58aa57e905cfdcef922126 (patch)
treea06532fcb0efce4a0e041c195276b51d40d865c2 /common/Kconfig
parent56c379160b9f0b52efcaaefce9adb6121d5865d7 (diff)
downloadbarebox-43ebdba64a6e1c12fe58aa57e905cfdcef922126.tar.gz
barebox-43ebdba64a6e1c12fe58aa57e905cfdcef922126.tar.xz
remove now unnecessary HAVE_MMU from Kconfig
MMU now can be enabled on every ARM board, so remove the dependency. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 382b407b98..422d1856b1 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -70,12 +70,8 @@ config ENVIRONMENT_VARIABLES
menu "memory layout "
-config HAVE_MMU
- bool
-
config MMU
bool "Enable MMU"
- depends on HAVE_MMU
help
Saying yes here enables the MMU. This is useful on some architectures
to enable the data cache which depends on the MMU. See Documentation/mmu.txt