diff --git a/drivers/cache/Kconfig b/drivers/cache/Kconfig index 6370eea6170..f017d9068e3 100644 --- a/drivers/cache/Kconfig +++ b/drivers/cache/Kconfig @@ -3,18 +3,21 @@ menuconfig CACHE bool "External cache controllers drivers" + default y if CACHE_MANAGEMENT help Enable support for external cache controllers drivers if CACHE +config CACHE_HAS_DRIVER + bool + module = CACHE module-str = cache source "subsys/logging/Kconfig.template.log_config" -config CACHE_HAS_DRIVER - bool - -endif # CACHE +comment "Device Drivers" source "drivers/cache/Kconfig.aspeed" + +endif # CACHE