Merge branch 'next' of git://git.denx.de/u-boot-usb into next
[oweals/u-boot.git] / arch / riscv / Kconfig
index f49618d24d2675e91b21598150bbb40a3ae3160f..3061bf886302ba1c71fec336cfdd3a641973efc7 100644 (file)
@@ -210,8 +210,21 @@ config NR_CPUS
          Stack memory is pre-allocated. U-Boot must therefore know the
          maximum number of CPUs that may be present.
 
+config SBI
+       bool
+       default y if RISCV_SMODE || SPL_RISCV_SMODE
+
+config SBI_V01
+       bool "SBI v0.1 support"
+       default y
+       depends on SBI
+       help
+         This config allows kernel to use SBI v0.1 APIs. This will be
+         deprecated in future once legacy M-mode software are no longer in use.
+
 config SBI_IPI
        bool
+       depends on SBI
        default y if RISCV_SMODE || SPL_RISCV_SMODE
        depends on SMP