CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig
[oweals/u-boot.git] / arch / xtensa / Kconfig
index 2ba7132c20cc9efbd3eea2b9d97f708ce978e62d..c8b72ebf05e84aa3e16c36b6461f360a8b3c3bd5 100644 (file)
@@ -16,6 +16,18 @@ config TARGET_XTFPGA
 
 endchoice
 
+config SYS_ICACHE_OFF
+       bool "Do not enable icache"
+       default n
+       help
+         Do not enable instruction cache in U-Boot.
+
+config SYS_DCACHE_OFF
+       bool "Do not enable dcache"
+       default n
+       help
+         Do not enable data cache in U-Boot.
+
 source "board/cadence/xtfpga/Kconfig"
 
 endmenu