Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97003
b: refs/heads/master
c: 88ae600
h: refs/heads/master
i:
  97001: d574fc2
  96999: bf4fcbf
v: v3
  • Loading branch information
Pierre Ossman committed May 14, 2008
1 parent 06507bd commit 7ee43cb
Show file tree
Hide file tree
Showing 4 changed files with 906 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: df48dd028766ce2fc05d1f1d9da9bf89855d5282
refs/heads/master: 88ae600d58a8d3160144af480133a988404b8d59
12 changes: 12 additions & 0 deletions trunk/drivers/mmc/card/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,15 @@ config SDIO_UART
SDIO function driver for SDIO cards that implements the UART
class, as well as the GPS class which appears like a UART.

config MMC_TEST
tristate "MMC host test driver"
default n
help
Development driver that performs a series of reads and writes
to a memory card in order to expose certain well known bugs
in host controllers. The tests are executed by writing to the
"test" file in sysfs under each card. Note that whatever is
on your card will be overwritten by these tests.

This driver is only of interest to those developing or
testing a host driver. Most people should say N here.
1 change: 1 addition & 0 deletions trunk/drivers/mmc/card/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ endif

obj-$(CONFIG_MMC_BLOCK) += mmc_block.o
mmc_block-objs := block.o queue.o
obj-$(CONFIG_MMC_TEST) += mmc_test.o

obj-$(CONFIG_SDIO_UART) += sdio_uart.o

Loading

0 comments on commit 7ee43cb

Please sign in to comment.