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