diff options
author | Jason Cooper <jason@lakedaemon.net> | 2013-01-31 17:39:01 +0000 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-01-31 17:39:01 +0000 |
commit | 04ee16bdf486061147c608410c2c9181352aaa3a (patch) | |
tree | 2e33b82635f20f5899248468f3a11d576886c7da /drivers/mmc/host/Kconfig | |
parent | 222922189c0b3c6e3ba117ca6e964278c1e0ccc8 (diff) | |
parent | d2938758caae523768f60208dbc8a487be3f0bd5 (diff) | |
download | linux-04ee16bdf486061147c608410c2c9181352aaa3a.tar.bz2 |
Merge commit 'd293875' into mvebu/boards
Pulled in mmc/mmc-next up to:
d293875 mmc: mvsdio: add pinctrl integration
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 8d13c6594520..66a54aa68e25 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -241,6 +241,17 @@ config MMC_SDHCI_S3C_DMA YMMV. +config MMC_SDHCI_BCM2835 + tristate "SDHCI platform support for the BCM2835 SD/MMC Controller" + depends on ARCH_BCM2835 + depends on MMC_SDHCI_PLTFM + select MMC_SDHCI_IO_ACCESSORS + help + This selects the BCM2835 SD/MMC controller. If you have a BCM2835 + platform with SD or MMC devices, say Y or M here. + + If unsure, say N. + config MMC_OMAP tristate "TI OMAP Multimedia Card Interface support" depends on ARCH_OMAP |