diff options
author | Ian Molton <spyro@f2s.com> | 2008-07-15 16:02:21 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-08-10 23:30:16 +0200 |
commit | 4a48998fa16121d0fe3436cce43afd6f47424103 (patch) | |
tree | 983aa54b37e229823ca8e85f3b0d9b7168cec908 /drivers/mmc/host/Kconfig | |
parent | ec43b8161bd82535fa8099ee6e98cc554de48614 (diff) |
mfd: TMIO MMC driver
This patch adds support for the MMC subdevice 'cell' commonly found in
TMIO based MFDs.
Signed-off-by: Ian Molton <spyro@f2s.com>
Acked-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
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 To compile this driver as a module, choose M here: the module will be called sdricoh_cs. +config MMC_TMIO + tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" + depends on MFD_CORE + help + This provides support for the SD/MMC cell found in TC6393XB, + T7L66XB and also ipaq ASIC3 |