diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-02-23 21:39:33 -0500 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-03-17 09:54:35 -0400 |
commit | 49312c1f3287b052af518bdfe06dbb317defc9d4 (patch) | |
tree | de82d7c9b693f168cc866d52e11e27d72cf421fa /drivers/mmc | |
parent | 3491b69045b1926a198ba70dc1296ca253f2fbdd (diff) |
mmc: sh_mmcif, tmio: Use ARCH_RENESAS
Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.
This is part of an ongoing process to migrate from ARCH_SHMOBILE to
ARCH_RENESAS the motivation for which being that RENESAS seems to be a more
appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index d9a9d92fa837..04feea8354cb 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -561,7 +561,7 @@ config MMC_TMIO | |||
561 | config MMC_SDHI | 561 | config MMC_SDHI |
562 | tristate "SH-Mobile SDHI SD/SDIO controller support" | 562 | tristate "SH-Mobile SDHI SD/SDIO controller support" |
563 | depends on SUPERH || ARM || ARM64 | 563 | depends on SUPERH || ARM || ARM64 |
564 | depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST | 564 | depends on SUPERH || ARCH_RENESAS || COMPILE_TEST |
565 | select MMC_TMIO_CORE | 565 | select MMC_TMIO_CORE |
566 | help | 566 | help |
567 | This provides support for the SDHI SD/SDIO controller found in | 567 | This provides support for the SDHI SD/SDIO controller found in |
@@ -674,7 +674,7 @@ config MMC_DW_ROCKCHIP | |||
674 | config MMC_SH_MMCIF | 674 | config MMC_SH_MMCIF |
675 | tristate "SuperH Internal MMCIF support" | 675 | tristate "SuperH Internal MMCIF support" |
676 | depends on HAS_DMA | 676 | depends on HAS_DMA |
677 | depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST | 677 | depends on SUPERH || ARCH_RENESAS || COMPILE_TEST |
678 | help | 678 | help |
679 | This selects the MMC Host Interface controller (MMCIF). | 679 | This selects the MMC Host Interface controller (MMCIF). |
680 | 680 | ||