cache: Rename CACHE_FLUSHING to CACHE_MANAGEMENT

The new APIs are not only dealing with cache flushing. Rename the
Kconfig symbol to CACHE_MANAGEMENT to better reflect this change.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
Carlo Caione 2020-12-03 10:49:00 +01:00 committed by Anas Nashif
commit 20f59c8f1e
23 changed files with 30 additions and 30 deletions

View file

@ -145,7 +145,7 @@ config CACHE_LINE_SIZE
config CLFLUSH_INSTRUCTION_SUPPORTED
bool "CLFLUSH instruction supported"
depends on !CLFLUSH_DETECT && CACHE_FLUSHING
depends on !CLFLUSH_DETECT && CACHE_MANAGEMENT
help
An implementation of sys_cache_flush() that uses CLFLUSH is made
available, instead of the one using WBINVD.
@ -156,7 +156,7 @@ config CLFLUSH_INSTRUCTION_SUPPORTED
config CLFLUSH_DETECT
bool "Detect support of CLFLUSH instruction at runtime"
depends on CACHE_FLUSHING
depends on CACHE_MANAGEMENT
help
This option should be enabled if it is not known in advance whether the
CPU supports the CLFLUSH instruction or not.