aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/Kconfig
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2007-06-30 02:04:21 -0400
committerPierre Ossman <drzeus@drzeus.cx>2007-09-23 15:02:45 -0400
commit6e418a9d26ab4fd44b3e07dc1158027cbdf0a919 (patch)
tree03f84d7e2518b7a5422fe111da8745c4c3307133 /drivers/mmc/card/Kconfig
parentd1496c39e500857b8949cdb91af24e0eb8aae4d0 (diff)
sdio: UART/GPS driver
This currently only accepts the GPS class since that's all I have for testing. Tested with a Matsushita GPS and gpsd version 2.34. Signed-off-by: Nicolas Pitre <npitre@mvista.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/card/Kconfig')
-rw-r--r--drivers/mmc/card/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mmc/card/Kconfig b/drivers/mmc/card/Kconfig
index a49cb9737cd8..aa8a4e461942 100644
--- a/drivers/mmc/card/Kconfig
+++ b/drivers/mmc/card/Kconfig
@@ -32,3 +32,10 @@ config MMC_BLOCK_BOUNCE
32 32
33 If unsure, say Y here. 33 If unsure, say Y here.
34 34
35config SDIO_UART
36 tristate "SDIO UART/GPS class support"
37 depends on MMC
38 help
39 SDIO function driver for SDIO cards that implements the UART
40 class, as well as the GPS class which appears like a UART.
41