Skip to content

Commit

Permalink
cache: kconfig: Reorder and fix entries
Browse files Browse the repository at this point in the history
The general Kconfig is at the moment a bit messy. Reorder and fix it.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
  • Loading branch information
carlocaione authored and fabiobaltieri committed Dec 30, 2022
1 parent 6f9559c commit d4c7f04
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions drivers/cache/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d4c7f04

Please sign in to comment.