diff options
author | Al Cooper <alcooperx@gmail.com> | 2016-06-16 12:47:16 -0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-07-25 10:34:14 +0200 |
commit | 476bf3d62d5cc0ec003da37ba9da4f2b46c23660 (patch) | |
tree | bf204a13d89a2e773105b2a855a532237c5c39e2 /drivers/mmc/host/Kconfig | |
parent | d3b2cd0ed05ef8807922d3ce1c21a3e7e2257165 (diff) | |
download | linux-stable-476bf3d62d5cc0ec003da37ba9da4f2b46c23660.tar.gz linux-stable-476bf3d62d5cc0ec003da37ba9da4f2b46c23660.tar.bz2 linux-stable-476bf3d62d5cc0ec003da37ba9da4f2b46c23660.zip |
mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs
Add SDHCI driver for Broadcom BRCMSTB SoCs.
This driver works with all ARM based SoCs and the 7425, 7429
and 7435 MIPS based SoCs.
The driver disables all UHS speed modes by default and relies
on the Device Tree node properties to enable these modes for
SoC/Board combinations that support them.
Signed-off-by: Al Cooper <alcooperx@gmail.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 2cf124a1b59f..0b5c87114369 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -787,3 +787,13 @@ config MMC_SDHCI_MICROCHIP_PIC32 If you have a controller with this interface, say Y or M here. If unsure, say N. +config MMC_SDHCI_BRCMSTB + tristate "Broadcom SDIO/SD/MMC support" + depends on ARCH_BRCMSTB || BMIPS_GENERIC + depends on MMC_SDHCI_PLTFM + default y + help + This selects support for the SDIO/SD/MMC Host Controller on + Broadcom STB SoCs. + + If unsure, say Y. |