kconfig: Add CONFIG_DCACHE option

This option is by default defined and explicitly enables the data
cache on a target platform.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
Lukasz Majewski 2022-04-08 12:29:28 +02:00 committed by Marti Bolivar
parent 70dbf7e695
commit f4f9a8291f

View file

@ -743,6 +743,12 @@ endmenu
menu "Cache Options" menu "Cache Options"
config DCACHE
bool "Data cache support"
default y
help
This option enables data cache (d-cache).
config CACHE_MANAGEMENT config CACHE_MANAGEMENT
bool "Cache management features" bool "Cache management features"
help help