diff options
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index dc6f2579f85c..6fef078a2049 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -174,3 +174,9 @@ config MMC_SDRICOH_CS | |||
174 | To compile this driver as a module, choose M here: the | 174 | To compile this driver as a module, choose M here: the |
175 | module will be called sdricoh_cs. | 175 | module will be called sdricoh_cs. |
176 | 176 | ||
177 | config MMC_TMIO | ||
178 | tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" | ||
179 | depends on MFD_CORE | ||
180 | help | ||
181 | This provides support for the SD/MMC cell found in TC6393XB, | ||
182 | T7L66XB and also ipaq ASIC3 | ||