Convert CONFIG_FSL_LBC to Kconfig
[platform/kernel/u-boot.git] / arch / xtensa / Kconfig
index c8b72eb..8f668cc 100644 (file)
@@ -13,21 +13,34 @@ choice
 
 config TARGET_XTFPGA
        bool "Support XTFPGA"
+       select BOARD_POSTCLK_INIT
 
 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