diff options
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 68fb052afd3e..5fef6783c716 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -35,6 +35,23 @@ config MMC_SDHCI | |||
35 | 35 | ||
36 | If unsure, say N. | 36 | If unsure, say N. |
37 | 37 | ||
38 | config MMC_RICOH_MMC | ||
39 | tristate "Ricoh MMC Controller Disabler (EXPERIMENTAL)" | ||
40 | depends on PCI && EXPERIMENTAL && MMC_SDHCI | ||
41 | help | ||
42 | This selects the disabler for the Ricoh MMC Controller. This | ||
43 | proprietary controller is unnecessary because the SDHCI driver | ||
44 | supports MMC cards on the SD controller, but if it is not | ||
45 | disabled, it will steal the MMC cards away - rendering them | ||
46 | useless. It is safe to select this driver even if you don't | ||
47 | have a Ricoh based card reader. | ||
48 | |||
49 | |||
50 | To compile this driver as a module, choose M here: | ||
51 | the module will be called ricoh_mmc. | ||
52 | |||
53 | If unsure, say Y. | ||
54 | |||
38 | config MMC_OMAP | 55 | config MMC_OMAP |
39 | tristate "TI OMAP Multimedia Card Interface support" | 56 | tristate "TI OMAP Multimedia Card Interface support" |
40 | depends on ARCH_OMAP | 57 | depends on ARCH_OMAP |