The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_HAS_EXTERNAL_CACHE

External cache controller

Type: bool

Help

"External cache controller or cache management system"

Direct dependencies

<choice CACHE_TYPE: Cache type>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At arch/Kconfig:947

Included via Kconfig:8Kconfig.zephyr:39

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

config HAS_EXTERNAL_CACHE
    bool "External cache controller"
    depends on <choice CACHE_TYPE>
    help
      "External cache controller or cache management system"

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