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:
parent
70dbf7e695
commit
f4f9a8291f
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue