X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2FKconfig;h=e599e7a39c15f9eca1cb3106731b2f77592f8a43;hb=5a6eab8ab02aa3f2449eff80be9184a4e688f451;hp=3fc3c5739abaf1f0f7f9287938d7400de714743c;hpb=bd95e655b2a42a2c8fe649ffae3dfec27eab5759;p=u-boot diff --git a/arch/Kconfig b/arch/Kconfig index 3fc3c5739a..e599e7a39c 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -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 @@ -115,6 +124,9 @@ config X86 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" @@ -191,3 +203,4 @@ source "arch/sandbox/Kconfig" source "arch/sh/Kconfig" source "arch/x86/Kconfig" source "arch/xtensa/Kconfig" +source "arch/riscv/Kconfig"