:orphan: .. title:: choice: Cache type .. _choice_145: .. describe:: choice: Cache type *Cache type* Type: ``bool`` Direct dependencies =================== \ :option:`CACHE_MANAGEMENT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`HAS_ARCH_CACHE ` Choice options ============== - \ :option:`HAS_ARCH_CACHE ` - \ :option:`HAS_EXTERNAL_CACHE ` Kconfig definition ================== At ``/Kconfig:926`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) → Cache Options → Enable cache management features .. code-block:: kconfig choice bool "Cache type" default HAS_ARCH_CACHE depends on CACHE_MANAGEMENT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*