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>
This commit is contained in:
parent
6f9559c88e
commit
d4c7f04a41
1 changed files with 7 additions and 4 deletions
11
drivers/cache/Kconfig
vendored
11
drivers/cache/Kconfig
vendored
|
@ -3,18 +3,21 @@
|
||||||
|
|
||||||
menuconfig CACHE
|
menuconfig CACHE
|
||||||
bool "External cache controllers drivers"
|
bool "External cache controllers drivers"
|
||||||
|
default y if CACHE_MANAGEMENT
|
||||||
help
|
help
|
||||||
Enable support for external cache controllers drivers
|
Enable support for external cache controllers drivers
|
||||||
|
|
||||||
if CACHE
|
if CACHE
|
||||||
|
|
||||||
|
config CACHE_HAS_DRIVER
|
||||||
|
bool
|
||||||
|
|
||||||
module = CACHE
|
module = CACHE
|
||||||
module-str = cache
|
module-str = cache
|
||||||
source "subsys/logging/Kconfig.template.log_config"
|
source "subsys/logging/Kconfig.template.log_config"
|
||||||
|
|
||||||
config CACHE_HAS_DRIVER
|
comment "Device Drivers"
|
||||||
bool
|
|
||||||
|
|
||||||
endif # CACHE
|
|
||||||
|
|
||||||
source "drivers/cache/Kconfig.aspeed"
|
source "drivers/cache/Kconfig.aspeed"
|
||||||
|
|
||||||
|
endif # CACHE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue