diff options
author | Mischa Jonker <Mischa.Jonker@synopsys.com> | 2013-08-28 14:40:29 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-08-29 21:57:24 -0400 |
commit | b7d06c85a333b18b3fa03d2242cfec91f91fbea2 (patch) | |
tree | 0ca8de770a673e6dbf087db391937cb761d0bb26 /drivers/mmc | |
parent | 285e244fef2463d2f6ec07488a0c86e709f6eb22 (diff) |
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index b8ce939fac21..b7fd5ab80a48 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -530,7 +530,7 @@ config SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND | |||
530 | 530 | ||
531 | config MMC_DW | 531 | config MMC_DW |
532 | tristate "Synopsys DesignWare Memory Card Interface" | 532 | tristate "Synopsys DesignWare Memory Card Interface" |
533 | depends on ARM | 533 | depends on ARC || ARM |
534 | help | 534 | help |
535 | This selects support for the Synopsys DesignWare Mobile Storage IP | 535 | This selects support for the Synopsys DesignWare Mobile Storage IP |
536 | block, this provides host support for SD and MMC interfaces, in both | 536 | block, this provides host support for SD and MMC interfaces, in both |