:orphan: .. title:: HAS_ARCH_CACHE .. option:: CONFIG_HAS_ARCH_CACHE *Integrated cache controller* Type: ``bool`` Help ==== .. code-block:: none "Integrade on-core cache controller" Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/Kconfig:931`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) → Cache Options → Enable cache management features → Cache type .. code-block:: kconfig config HAS_ARCH_CACHE bool "Integrated cache controller" depends on help "Integrade on-core cache controller" *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*