diff options
author | Barry Song <Baohua.Song@csr.com> | 2013-03-21 04:27:19 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-03-22 13:29:46 -0400 |
commit | b3b665b0a9d13d731a61aeed92a02c1c9c55cd70 (patch) | |
tree | 64df6bc4208a6551f5333556461b2db3cb4f2489 /drivers/mmc/host/Kconfig | |
parent | ef3a69c7a40d5350adeaed7f0f4b4dcf6362dbbd (diff) |
mmc: sdhci-sirf: add mmc host sdhci-pltfm based driver for SiRF SoCs
This patch adds the new driver for CSR SiRF SoCs:
SiRFprimaII: unicore ARM Cortex-A9
SiRFatlas6: unicore ARM Cortex-A9
SiRFmarco: dual core ARM Cortex-A9 SMP
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Bin Shi <Bin.Shi@csr.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 9c581c2ed349..f83f2454e33b 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -190,6 +190,17 @@ config MMC_SDHCI_S3C | |||
190 | 190 | ||
191 | If unsure, say N. | 191 | If unsure, say N. |
192 | 192 | ||
193 | config MMC_SDHCI_SIRF | ||
194 | tristate "SDHCI support on CSR SiRFprimaII and SiRFmarco SoCs" | ||
195 | depends on ARCH_SIRF | ||
196 | depends on MMC_SDHCI_PLTFM | ||
197 | help | ||
198 | This selects the SDHCI support for SiRF System-on-Chip devices. | ||
199 | |||
200 | If you have a controller with this interface, say Y or M here. | ||
201 | |||
202 | If unsure, say N. | ||
203 | |||
193 | config MMC_SDHCI_PXAV3 | 204 | config MMC_SDHCI_PXAV3 |
194 | tristate "Marvell MMP2 SD Host Controller support (PXAV3)" | 205 | tristate "Marvell MMP2 SD Host Controller support (PXAV3)" |
195 | depends on CLKDEV_LOOKUP | 206 | depends on CLKDEV_LOOKUP |