ARMv7-A L2 Cache currently depends on EXPERIMENTAL because it does not yet work properly
This commit is contained in:
parent
4446d6e98d
commit
c523abdc62
|
@ -35,7 +35,7 @@ config ARMV7A_L2CC
|
|||
config ARMV7A_L2CC_PL310
|
||||
bool "ARMv7-A L2CC P310 Support"
|
||||
default n
|
||||
depends on ARMV7A_HAVE_L2CC_PL310
|
||||
depends on ARMV7A_HAVE_L2CC_PL310 && EXPERIMENTAL
|
||||
select ARMV7A_L2CC
|
||||
---help---
|
||||
Enable the 2 Cache Controller (L2CC) is based on the L2CC-PL310 ARM
|
||||
|
|
Loading…
Reference in New Issue