riscv: add SPL support
[oweals/u-boot.git] / arch / Kconfig
index e510e971b47cf5604c5ed4db965bd3961d3ec8f7..f4ada57909abb37058a02ceb746288ea25fae13b 100644 (file)
@@ -76,6 +76,12 @@ config RISCV
        imply MTD
        imply TIMER
        imply CMD_DM
+       imply SPL_DM
+       imply SPL_OF_CONTROL
+       imply SPL_LIBCOMMON_SUPPORT
+       imply SPL_LIBGENERIC_SUPPORT
+       imply SPL_SERIAL_SUPPORT
+       imply SPL_TIMER
 
 config SANDBOX
        bool "Sandbox"