Commit e6f2c7ad authored by Philipp Zabel's avatar Philipp Zabel Committed by Pierre Ossman

tmio_mmc: allow compilation for ASIC3

Now tmio_mmc is able to drive the MMC/SD cell in ASIC3.
Signed-off-by: default avatarPhilipp Zabel <philipp.zabel@gmail.com>
Acked-by: default avatarIan Molton <spyro@f2s.com>
Signed-off-by: default avatarPierre Ossman <pierre@ossman.eu>
parent 051913da
...@@ -248,10 +248,10 @@ config MMC_SDRICOH_CS ...@@ -248,10 +248,10 @@ config MMC_SDRICOH_CS
config MMC_TMIO config MMC_TMIO
tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support"
depends on MFD_TMIO depends on MFD_TMIO || MFD_ASIC3
help help
This provides support for the SD/MMC cell found in TC6393XB, This provides support for the SD/MMC cell found in TC6393XB,
T7L66XB and also ipaq ASIC3 T7L66XB and also HTC ASIC3
config MMC_CB710 config MMC_CB710
tristate "ENE CB710 MMC/SD Interface support" tristate "ENE CB710 MMC/SD Interface support"
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* *
* Driver for the MMC / SD / SDIO cell found in: * Driver for the MMC / SD / SDIO cell found in:
* *
* TC6393XB TC6391XB TC6387XB T7L66XB * TC6393XB TC6391XB TC6387XB T7L66XB ASIC3
* *
* This driver draws mainly on scattered spec sheets, Reverse engineering * This driver draws mainly on scattered spec sheets, Reverse engineering
* of the toshiba e800 SD driver and some parts of the 2.4 ASIC3 driver (4 bit * of the toshiba e800 SD driver and some parts of the 2.4 ASIC3 driver (4 bit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment