Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: Kconfig: Add RISCV and CSKY for MMC_DW

Synopsys DesignWare MMC controller could be used in RISC-V and
C-SKY architectures.

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Link: https://lore.kernel.org/r/1596887102-9743-1-git-send-email-guoren@kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Guo Ren and committed by
Ulf Hansson
ce54fb38 bb82d3b5

+1 -1
+1 -1
drivers/mmc/host/Kconfig
··· 777 777 778 778 config MMC_DW 779 779 tristate "Synopsys DesignWare Memory Card Interface" 780 - depends on ARC || ARM || ARM64 || MIPS || COMPILE_TEST 780 + depends on ARC || ARM || ARM64 || MIPS || RISCV || CSKY || COMPILE_TEST 781 781 help 782 782 This selects support for the Synopsys DesignWare Mobile Storage IP 783 783 block, this provides host support for SD and MMC interfaces, in both