diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-09-26 06:55:20 -0700 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-10-03 17:48:31 +0800 |
commit | cd1f45c21d7e152eba000bf7c2168aaff800ed37 (patch) | |
tree | d3e5981ba88c38d7d7c0bc1f79e49982d974b771 /arch/Kconfig | |
parent | bf6cc82c7c2c12a8f2920d31f7f0b7fec2da30c7 (diff) | |
download | u-boot-cd1f45c21d7e152eba000bf7c2168aaff800ed37.tar.gz |
riscv: kconfig: Imply DM support for some common drivers
This implies DM support for some common drivers that are used on
RISC-V.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 694258cfa2..c988c17f37 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -64,6 +64,15 @@ config RISCV 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 |