summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-02-20 17:44:46 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-08-19 10:51:30 +0200
commite2c8e8a1809aa14b60af88901ed3df85348e2987 (patch)
tree2f16dc4043d0b3b8220370346662266a96f9e2aa /common
parent49ff3691b435c04d938ae6b75eaf18dac93817cc (diff)
downloadbarebox-e2c8e8a1809aa14b60af88901ed3df85348e2987.tar.gz
barebox-e2c8e8a1809aa14b60af88901ed3df85348e2987.tar.xz
Add MMU support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-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