summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 85837f75c2..c43a32fe68 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -41,6 +41,17 @@ config BOARDINFO
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
+ for further information.
+
config HAVE_CONFIGURABLE_TEXT_BASE
bool