From c559baa9e98fafc9367880a343dd11459ca6a044 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 28 Nov 2014 07:33:24 +0100 Subject: 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 --- common/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'common/Kconfig') 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 -- cgit v1.2.3