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