[U-Boot] [PATCH 4/4] riscv: sifive: fu540: Enable SiFive SPI and MMC SPI drivers

Anup Patel Anup.Patel at wdc.com
Fri Jun 28 08:38:45 UTC 2019


From: Bhargav Shah <bhargavshah1988 at gmail.com>

This patch enables SiFive SPI and MMC SPI drivers for the
SiFive Unleashed board.

Signed-off-by: Bhargav Shah <bhargavshah1988 at gmail.com>
Signed-off-by: Anup Patel <anup.patel at wdc.com>
---
 board/sifive/fu540/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig
index f46437901d..d6d5c7d170 100644
--- a/board/sifive/fu540/Kconfig
+++ b/board/sifive/fu540/Kconfig
@@ -38,6 +38,14 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	imply PHY_LIB
 	imply PHY_MSCC
 	imply SIFIVE_SERIAL
+	imply SPI
+	imply DM_SPI
+	imply SIFIVE_SPI
+	imply MMC
+	imply DM_MMC
+	imply MMC_SPI
+	imply MMC_BROKEN_CD
+	imply CMD_MMC
 	imply SMP
 
 endif
-- 
2.17.1



More information about the U-Boot mailing list