:orphan: .. title:: CONFIG_HAS_ARCH_CACHE .. kconfig:: CONFIG_HAS_ARCH_CACHE 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:942`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` 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.)*