mmc: dw_mmc: Add support for ARC
Adapt Kconfig to include ARC in supported architectures Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Acked-by: Seungwon Jeon <tgih.jun@samsung.com> Signed-off-by: Chris Ball <cjb@laptop.org>
This commit is contained in:
parent
285e244fef
commit
b7d06c85a3
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ config SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND
|
||||||
|
|
||||||
config MMC_DW
|
config MMC_DW
|
||||||
tristate "Synopsys DesignWare Memory Card Interface"
|
tristate "Synopsys DesignWare Memory Card Interface"
|
||||||
depends on ARM
|
depends on ARC || ARM
|
||||||
help
|
help
|
||||||
This selects support for the Synopsys DesignWare Mobile Storage IP
|
This selects support for the Synopsys DesignWare Mobile Storage IP
|
||||||
block, this provides host support for SD and MMC interfaces, in both
|
block, this provides host support for SD and MMC interfaces, in both
|
||||||
|
|
Loading…
Reference in a new issue