Skip to content

Commit

Permalink
sdio: UART/GPS driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Pitre authored and Pierre Ossman committed Sep 23, 2007
1 parent d1496c3 commit 6e418a9
Show file tree
Hide file tree
Showing 3 changed files with 1,086 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/mmc/card/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 2 additions & 0 deletions drivers/mmc/card/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ endif
obj-$(CONFIG_MMC_BLOCK) += mmc_block.o
mmc_block-objs := block.o queue.o

obj-$(CONFIG_SDIO_UART) += sdio_uart.o

Loading

0 comments on commit 6e418a9

Please sign in to comment.