diff options
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 |