diff options
author | Bhargav Shah <bhargavshah1988@gmail.com> | 2019-07-17 04:23:48 +0000 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2019-07-19 14:25:06 +0800 |
commit | 0b96a761c5ef8e85a48247f77c3a8fdd351d9e07 (patch) | |
tree | 603732b37674176751795f43d69658dae0ec1a0e /board/sifive | |
parent | 0e436313eb6fd942414ffa92d64eaf503c932c33 (diff) | |
download | u-boot-0b96a761c5ef8e85a48247f77c3a8fdd351d9e07.zip u-boot-0b96a761c5ef8e85a48247f77c3a8fdd351d9e07.tar.gz u-boot-0b96a761c5ef8e85a48247f77c3a8fdd351d9e07.tar.bz2 |
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 <bhargavshah1988@gmail.com>
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'board/sifive')
-rw-r--r-- | board/sifive/fu540/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
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 |