diff options
author | Tom Rini <trini@konsulko.com> | 2018-10-03 08:09:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-03 08:09:53 -0400 |
commit | 94228a9188803473206544c8f33649ea72bf1ee1 (patch) | |
tree | 90404ec7c59822c3706f3051e393001a5c53aef5 /arch/Kconfig | |
parent | e5145ad0e8c2a21f1db376b01c676907f1500ac6 (diff) | |
parent | 5845f6612372a63877b2175e058a841e1237ffd6 (diff) |
Merge git://git.denx.de/u-boot-riscv
- QEMU support
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 9b4bcbf2fd..c988c17f37 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -60,8 +60,20 @@ config PPC select SYS_BOOT_GET_KBD config RISCV - bool "riscv architecture" + bool "RISC-V architecture" select SUPPORT_OF_CONTROL + select OF_CONTROL + select DM + imply DM_SERIAL + imply DM_ETH + imply DM_MMC + imply DM_SPI + imply DM_SPI_FLASH + imply BLK + imply CLK + imply MTD + imply TIMER + imply CMD_DM config SANDBOX bool "Sandbox" |