From: Bhargav Shah Date: Wed, 17 Jul 2019 04:23:48 +0000 (+0000) Subject: riscv: sifive: fu540: Enable SiFive SPI and MMC SPI drivers X-Git-Tag: v2019.10-rc1~22^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b96a761c5ef8e85a48247f77c3a8fdd351d9e07;p=platform%2Fkernel%2Fu-boot.git riscv: sifive: fu540: Enable SiFive SPI and MMC SPI drivers This patch enables SiFive SPI and MMC SPI drivers for the SiFive Unleashed board. Signed-off-by: Bhargav Shah Signed-off-by: Anup Patel Reviewed-by: Bin Meng Tested-by: Bin Meng Reviewed-by: Jagan Teki --- diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index f464379..5d65080 100644 --- a/board/sifive/fu540/Kconfig +++ b/board/sifive/fu540/Kconfig @@ -38,6 +38,12 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply PHY_LIB imply PHY_MSCC imply SIFIVE_SERIAL + imply SPI + imply SPI_SIFIVE + imply MMC + imply MMC_SPI + imply MMC_BROKEN_CD + imply CMD_MMC imply SMP endif