diff options
-rw-r--r-- | drivers/mmc/host/Kconfig | 4 | ||||
-rw-r--r-- | drivers/mmc/host/tmio_mmc.c | 2 |
2 files changed, 3 insertions, 3 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" |
diff --git a/drivers/mmc/host/tmio_mmc.c b/drivers/mmc/host/tmio_mmc.c index 10951b7131d6..91991b460c45 100644 --- a/drivers/mmc/host/tmio_mmc.c +++ b/drivers/mmc/host/tmio_mmc.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * | 10 | * |
11 | * Driver for the MMC / SD / SDIO cell found in: | 11 | * Driver for the MMC / SD / SDIO cell found in: |
12 | * | 12 | * |
13 | * TC6393XB TC6391XB TC6387XB T7L66XB | 13 | * TC6393XB TC6391XB TC6387XB T7L66XB ASIC3 |
14 | * | 14 | * |
15 | * This driver draws mainly on scattered spec sheets, Reverse engineering | 15 | * This driver draws mainly on scattered spec sheets, Reverse engineering |
16 | * of the toshiba e800 SD driver and some parts of the 2.4 ASIC3 driver (4 bit | 16 | * of the toshiba e800 SD driver and some parts of the 2.4 ASIC3 driver (4 bit |