CONFIG_HAS_ARCH_CACHE

Integrated cache controller

Type: bool

Help

"Integrade on-core cache controller"

Direct dependencies

<choice CACHE_TYPE: Cache type>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/arch/Kconfig:932

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37

Menu path: (Top) → Cache Options → Enable cache management features → Cache type

config HAS_ARCH_CACHE
    bool "Integrated cache controller"
    depends on <choice CACHE_TYPE>
    help
      "Integrade on-core cache controller"

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)