mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
0e436313eb
commit
0b96a761c5
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue