Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65618
b: refs/heads/master
c: 6e418a9
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Pierre Ossman committed Sep 23, 2007
1 parent 4cfbddc commit d386c5d
Show file tree
Hide file tree
Showing 4 changed files with 1,087 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1496c39e500857b8949cdb91af24e0eb8aae4d0
refs/heads/master: 6e418a9d26ab4fd44b3e07dc1158027cbdf0a919
7 changes: 7 additions & 0 deletions trunk/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 trunk/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 d386c5d

Please sign in to comment.