]> Git Repo - J-u-boot.git/blobdiff - arch/Kconfig
Merge tag 'efi-2019-10-rc4-4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[J-u-boot.git] / arch / Kconfig
index a946af816f27b73bcd2af7263c22e084a9bc03a4..141e48bc439f87a04d0960d2f503c3a2d22eea00 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"
@@ -93,6 +99,7 @@ config SANDBOX
        select PCI_ENDPOINT
        select SPI
        select SUPPORT_OF_CONTROL
+       select SYSRESET_CMD_POWEROFF if CMD_POWEROFF
        imply BITREVERSE
        select BLOBLIST
        imply CMD_DM
@@ -125,10 +132,12 @@ config SANDBOX
        imply PCH
        imply PHYLIB
        imply DM_MDIO
+       imply DM_MDIO_MUX
 
 config SH
        bool "SuperH architecture"
        select HAVE_PRIVATE_LIBGCC
+       select SUPPORT_OF_CONTROL
 
 config X86
        bool "x86 architecture"
This page took 0.023384 seconds and 4 git commands to generate.