diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-08-05 19:27:58 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-08-10 23:30:34 +0200 |
commit | 1c2c30acc52320d506d722f41d50e8eb8fda5cb5 (patch) | |
tree | cd10608f2a93412fa307fe29a80c5f1d575cc63a /drivers/mmc | |
parent | 4a48998fa16121d0fe3436cce43afd6f47424103 (diff) | |
download | linux-1c2c30acc52320d506d722f41d50e8eb8fda5cb5.tar.bz2 |
mfd: have TMIO drivers and subdevices depend on ARM
The TMIO chips are only found (and thus tested) on ARM machines.
Moreover, we don't want the TMIO cells to be built if one of the TMIO
driver is not selected (which indirectly make the TMIO cells drivers
depend on ARM as well).
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 6fef078a2049..ea8d7a3490d9 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -176,7 +176,7 @@ config MMC_SDRICOH_CS config MMC_TMIO tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" - depends on MFD_CORE + depends on MFD_TMIO help This provides support for the SD/MMC cell found in TC6393XB, T7L66XB and also ipaq ASIC3 |