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