diff options
author | Vincent Yang <vincent.yang.fujitsu@gmail.com> | 2015-01-20 03:05:18 -0500 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-01-20 03:32:37 -0500 |
commit | 87a507459f49862772127acf051609b37363dd16 (patch) | |
tree | 036556ee935aa03271d283c191e3a1d682180533 /drivers/mmc/host/Kconfig | |
parent | d3fc5d71ac4dfd28a66689cfd1eea84c4dba8bde (diff) |
mmc: sdhci: host: add new f_sdh30
This patch adds new host controller driver for
Fujitsu SDHCI controller f_sdh30.
Signed-off-by: Vincent Yang <Vincent.Yang@tw.fujitsu.com>
Signed-off-by: Andy Green <andy.green@linaro.org>
Signed-off-by: Tetsuya Takinishi <t.takinishi@jp.fujitsu.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.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 2d6fbdd11803..85df91f55b63 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -292,6 +292,17 @@ config MMC_SDHCI_BCM2835 | |||
292 | 292 | ||
293 | If unsure, say N. | 293 | If unsure, say N. |
294 | 294 | ||
295 | config MMC_SDHCI_F_SDH30 | ||
296 | tristate "SDHCI support for Fujitsu Semiconductor F_SDH30" | ||
297 | depends on MMC_SDHCI_PLTFM | ||
298 | depends on OF | ||
299 | help | ||
300 | This selects the Secure Digital Host Controller Interface (SDHCI) | ||
301 | Needed by some Fujitsu SoC for MMC / SD / SDIO support. | ||
302 | If you have a controller with this interface, say Y or M here. | ||
303 | |||
304 | If unsure, say N. | ||
305 | |||
295 | config MMC_MOXART | 306 | config MMC_MOXART |
296 | tristate "MOXART SD/MMC Host Controller support" | 307 | tristate "MOXART SD/MMC Host Controller support" |
297 | depends on ARCH_MOXART && MMC | 308 | depends on ARCH_MOXART && MMC |