zephyr/drivers/cache/Kconfig
Carlo Caione d4c7f04a41 cache: kconfig: Reorder and fix entries
The general Kconfig is at the moment a bit messy. Reorder and fix it.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-12-30 10:53:22 +00:00

24 lines
458 B
Plaintext

# Copyright (c) 2021 Carlo Caione <ccaione@baylibre.com>
# SPDX-License-Identifier: Apache-2.0
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"
comment "Device Drivers"
source "drivers/cache/Kconfig.aspeed"
endif # CACHE