am43xx: Do not allow EMIF to control DDR_RESET in rtconly config
[oweals/u-boot.git] / arch / Kconfig
index 78532f56ca87d0d90d59a0688e1517ee4ef6ab43..e599e7a39c15f9eca1cb3106731b2f77592f8a43 100644 (file)
@@ -26,6 +26,8 @@ config ARM
 config M68K
        bool "M68000 architecture"
        select HAVE_PRIVATE_LIBGCC
+       select SYS_BOOT_GET_CMDLINE
+       select SYS_BOOT_GET_KBD
 
 config MICROBLAZE
        bool "MicroBlaze architecture"
@@ -53,6 +55,12 @@ config PPC
        bool "PowerPC architecture"
        select HAVE_PRIVATE_LIBGCC
        select SUPPORT_OF_CONTROL
+       select SYS_BOOT_GET_CMDLINE
+       select SYS_BOOT_GET_KBD
+
+config RISCV
+       bool "riscv architecture"
+       select SUPPORT_OF_CONTROL
 
 config SANDBOX
        bool "Sandbox"
@@ -66,6 +74,7 @@ config SANDBOX
        select DM_SPI
        select DM_GPIO
        select DM_MMC
+       select HAVE_BLOCK_DEVICE
        select LZO
        imply CMD_GETTIME
        imply CMD_HASH
@@ -112,8 +121,12 @@ config X86
        imply CMD_GETTIME
        imply CMD_IO
        imply CMD_IRQ
+       imply CMD_PCI
        imply CMD_SF_TEST
        imply CMD_ZBOOT
+       imply USB_HOST_ETHER
+       imply USB_ETHER_ASIX
+       imply USB_ETHER_SMSC95XX
 
 config XTENSA
        bool "Xtensa architecture"
@@ -190,3 +203,4 @@ source "arch/sandbox/Kconfig"
 source "arch/sh/Kconfig"
 source "arch/x86/Kconfig"
 source "arch/xtensa/Kconfig"
+source "arch/riscv/Kconfig"