diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2009-06-04 14:12:37 -0400 |
---|---|---|
committer | Pierre Ossman <pierre@ossman.eu> | 2009-06-13 16:43:01 -0400 |
commit | e6f2c7adc1318e233d31d113e6896607c54073a4 (patch) | |
tree | 80715e4f057f75219d918a1878ddbe187595a0f0 /drivers/mmc/host/Kconfig | |
parent | 051913dada046ac948eb6f48c0717fc25de2a917 (diff) |
tmio_mmc: allow compilation for ASIC3
Now tmio_mmc is able to drive the MMC/SD cell in ASIC3.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Acked-by: Ian Molton <spyro@f2s.com>
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index b1cf79083fdd..660bda0c5a1e 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -248,10 +248,10 @@ config MMC_SDRICOH_CS | |||
248 | 248 | ||
249 | config MMC_TMIO | 249 | config MMC_TMIO |
250 | tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" | 250 | tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" |
251 | depends on MFD_TMIO | 251 | depends on MFD_TMIO || MFD_ASIC3 |
252 | help | 252 | help |
253 | This provides support for the SD/MMC cell found in TC6393XB, | 253 | This provides support for the SD/MMC cell found in TC6393XB, |
254 | T7L66XB and also ipaq ASIC3 | 254 | T7L66XB and also HTC ASIC3 |
255 | 255 | ||
256 | config MMC_CB710 | 256 | config MMC_CB710 |
257 | tristate "ENE CB710 MMC/SD Interface support" | 257 | tristate "ENE CB710 MMC/SD Interface support" |