summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-11-28 07:33:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-28 15:21:26 +0100
commitc559baa9e98fafc9367880a343dd11459ca6a044 (patch)
tree132ebcb31180535c41dcb16cf0c8a42733770262 /common
parentaf0c68eb96a31f6ce3b8285750ec0b28b6274877 (diff)
downloadbarebox-c559baa9e98fafc9367880a343dd11459ca6a044.tar.gz
barebox-c559baa9e98fafc9367880a343dd11459ca6a044.tar.xz
ARM: Let MMU depend on !CPU_ARM946E
CPU_ARM946E is selected by boards, so letting it depend on !MMU leads to broken dependencies. Let MMU depend on !CPU_ARM946E instead. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 562798063b..21298c267a 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -145,6 +145,7 @@ source "pbl/Kconfig"
config MMU
bool "Enable MMU"
+ depends on !CPU_ARM946E
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