net: sun8i_emac: Add support for the H6 variant
[oweals/u-boot.git] / arch / xtensa / Kconfig
index bb6a678f87be602ac26037e7846c83234e1ef374..6de31e8c1e05d0e94bb099a8bd74d5102bf5dc3d 100644 (file)
@@ -11,8 +11,37 @@ config SYS_CPU
 choice
        prompt "Target select"
 
+config TARGET_XTFPGA
+       bool "Support XTFPGA"
 
 endchoice
 
+config SYS_ICACHE_OFF
+       bool "Do not enable icache"
+       default n
+       help
+         Do not enable instruction cache in U-Boot.
+
+config SPL_SYS_ICACHE_OFF
+       bool "Do not enable icache in SPL"
+       depends on SPL
+       default SYS_ICACHE_OFF
+       help
+         Do not enable instruction cache in SPL.
+
+config SYS_DCACHE_OFF
+       bool "Do not enable dcache"
+       default n
+       help
+         Do not enable data cache in U-Boot.
+
+config SPL_SYS_DCACHE_OFF
+       bool "Do not enable dcache in SPL"
+       depends on SPL
+       default SYS_DCACHE_OFF
+       help
+         Do not enable data cache in SPL.
+
+source "board/cadence/xtfpga/Kconfig"
 
 endmenu