diff options
author | Christian Daudt <csd@broadcom.com> | 2013-06-20 14:26:37 -0700 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-07-05 13:00:31 -0400 |
commit | 01ebea1b411aafc8eab440bf1d2037f01bbed99b (patch) | |
tree | 6982e64be2fb96087c93c10afadfed73e7cbd347 /drivers/mmc/host/Kconfig | |
parent | 722e1280c932dd42c474390482429ce12aff9031 (diff) | |
download | blackbird-op-linux-01ebea1b411aafc8eab440bf1d2037f01bbed99b.tar.gz blackbird-op-linux-01ebea1b411aafc8eab440bf1d2037f01bbed99b.zip |
mmc: bcm281xx SDHCI driver
Add SDHCI driver for the Broadcom 281xx SoCs.
Still missing:
- power managemement
Signed-off-by: Christian Daudt <csd@broadcom.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 1be228998c81..8a4c066787d7 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -249,6 +249,17 @@ config MMC_SDHCI_S3C_DMA YMMV. +config MMC_SDHCI_BCM_KONA + tristate "SDHCI support on Broadcom KONA platform" + depends on ARCH_BCM + select MMC_SDHCI_PLTFM + help + This selects the Broadcom Kona Secure Digital Host Controller + Interface(SDHCI) support. + This is used in Broadcom mobile SoCs. + + If you have a controller with this interface, say Y or M here. + config MMC_SDHCI_BCM2835 tristate "SDHCI platform support for the BCM2835 SD/MMC Controller" depends on ARCH_BCM2835 |