Kconfig: Remove all default n/no options
[platform/kernel/u-boot.git] / arch / riscv / Kconfig
index 691ed11..519507d 100644 (file)
@@ -35,7 +35,6 @@ endchoice
 
 config SYS_ICACHE_OFF
        bool "Do not enable icache"
-       default n
        help
          Do not enable instruction cache in U-Boot.
 
@@ -48,7 +47,6 @@ config SPL_SYS_ICACHE_OFF
 
 config SYS_DCACHE_OFF
        bool "Do not enable dcache"
-       default n
        help
          Do not enable data cache in U-Boot.