diff options
author | Christian Daudt <bcm@fixthebug.org> | 2013-09-23 13:20:35 -0400 |
---|---|---|
committer | Chris Ball <chris@printf.net> | 2014-03-24 09:26:50 -0400 |
commit | fc2bd2e492a1e4f131a91c69c21c65be9e2e0125 (patch) | |
tree | 424a615503873eea872ec8263b83997e6900c48b /drivers/mmc/host/Kconfig | |
parent | 655bca7616bf6076d30b14d1478bca6807d49c45 (diff) |
mmc: rename ARCH_BCM to ARCH_BCM_MOBILE
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>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-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 82cc34df1af7..8555a7afa056 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -263,7 +263,7 @@ config MMC_SDHCI_S3C_DMA | |||
263 | 263 | ||
264 | config MMC_SDHCI_BCM_KONA | 264 | config MMC_SDHCI_BCM_KONA |
265 | tristate "SDHCI support on Broadcom KONA platform" | 265 | tristate "SDHCI support on Broadcom KONA platform" |
266 | depends on ARCH_BCM | 266 | depends on ARCH_BCM_MOBILE |
267 | select MMC_SDHCI_PLTFM | 267 | select MMC_SDHCI_PLTFM |
268 | help | 268 | help |
269 | This selects the Broadcom Kona Secure Digital Host Controller | 269 | This selects the Broadcom Kona Secure Digital Host Controller |