9
0
Fork 0

ARM cache l2x0: depend on MMU

l2x0 cache support does not work without MMU, so depend
on it in Kconfig.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-07-29 11:43:44 +02:00 committed by Jean-Christophe PLAGNIOL-VILLARD
parent 95067e23ac
commit aab32057b3
1 changed files with 1 additions and 1 deletions

View File

@ -87,5 +87,5 @@ config ARCH_HAS_L2X0
config CACHE_L2X0
bool "Enable L2x0 PrimeCell"
depends on ARCH_HAS_L2X0
depends on MMU && ARCH_HAS_L2X0