mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
arch/: Unify the cache interface for all architectures
This commit is contained in:
+6
-2
@@ -171,11 +171,15 @@ config ARCH_HAVE_IRQPRIO
|
||||
bool
|
||||
default n
|
||||
|
||||
config ARCH_L2CACHE
|
||||
config ARCH_ICACHE
|
||||
bool
|
||||
default n
|
||||
|
||||
config ARCH_HAVE_COHERENT_DCACHE
|
||||
config ARCH_DCACHE
|
||||
bool
|
||||
default n
|
||||
|
||||
config ARCH_L2CACHE
|
||||
bool
|
||||
default n
|
||||
|
||||
|
||||
Reference in New Issue
Block a user