summaryrefslogtreecommitdiff
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 21:02:45 +0200
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
If unsure, say Y here.
+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.
+