mmc: rename ARCH_BCM to ARCH_BCM_MOBILE
authorChristian Daudt <bcm@fixthebug.org>
Mon, 23 Sep 2013 17:20:35 +0000 (10:20 -0700)
committerChris Ball <chris@printf.net>
Mon, 24 Mar 2014 13:26:50 +0000 (09:26 -0400)
Currently ARCH_BCM has been used for Broadcom Mobile V7 based SoCs.
In order to allow other Broadcom SoCs to also use mach-bcm directory and
files, this patch renames the original ARCH_BCM to ARCH_BCM_MOBILE, and
uses ARCH_BCM to define any Broadcom chip residing in mach-bcm directory.

Signed-off-by: Christian Daudt <bcm@fixthebug.org>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/Kconfig

index 82cc34df1af70e6f89caf54bd6e9faf65def13c4..8555a7afa056782bd05e134b570a07f654077c89 100644 (file)
@@ -263,7 +263,7 @@ config MMC_SDHCI_S3C_DMA
 
 config MMC_SDHCI_BCM_KONA
        tristate "SDHCI support on Broadcom KONA platform"
-       depends on ARCH_BCM
+       depends on ARCH_BCM_MOBILE
        select MMC_SDHCI_PLTFM
        help
          This selects the Broadcom Kona Secure Digital Host Controller
This page took 0.025324 seconds and 5 git commands to generate.