aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2008-09-07 13:07:57 +0200
committerPierre Ossman <drzeus@drzeus.cx>2008-10-12 11:04:35 +0200
commit1ea4f444f3a9721babd5d22cbd15092f9da6b51a (patch)
tree333f0370d44b0f35670e343c2a7eccf55c434d36 /drivers/mmc/card
parentFix comment in include/linux/mmc/host.h (diff)
downloadlinux-dev-1ea4f444f3a9721babd5d22cbd15092f9da6b51a.tar.xz
linux-dev-1ea4f444f3a9721babd5d22cbd15092f9da6b51a.zip
mmc: remove redundant "depends on"
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/card')
-rw-r--r--drivers/mmc/card/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/card/Kconfig b/drivers/mmc/card/Kconfig
index dd0f398ee2f5..ffd2198e515f 100644
--- a/drivers/mmc/card/Kconfig
+++ b/drivers/mmc/card/Kconfig
@@ -34,7 +34,6 @@ config MMC_BLOCK_BOUNCE
config SDIO_UART
tristate "SDIO UART/GPS class support"
- depends on MMC
help
SDIO function driver for SDIO cards that implements the UART
class, as well as the GPS class which appears like a UART.