CONFIG_CACHE_HAS_DRIVER¶
(No prompt – not directly user assignable.)
Type: bool
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/cache/Kconfig:15
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:118
Menu path: (Top) → Device Drivers → External cache controllers drivers
config CACHE_HAS_DRIVER
    bool
    depends on CACHE
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)