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