diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2006-03-24 06:18:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 10:33:27 -0500 |
commit | d129bceb1d44ed3c23b99164849193703372bab4 (patch) | |
tree | bcc7fbf2d0cde5fb437d835358ae42f788b14ac1 /drivers/mmc/Kconfig | |
parent | 97f2478db161714d0e3e864f38f5789c66f98b81 (diff) |
[PATCH] mmc: Secure Digital Host Controller Interface driver
Driver for the Secure Digital Host Controller Interface specification.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r-- | drivers/mmc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 5d397b7a5497..3f5d77f633fa 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig | |||
@@ -49,6 +49,17 @@ config MMC_PXA | |||
49 | 49 | ||
50 | If unsure, say N. | 50 | If unsure, say N. |
51 | 51 | ||
52 | config MMC_SDHCI | ||
53 | tristate "Secure Digital Host Controller Interface support (EXPERIMENTAL)" | ||
54 | depends on PCI && MMC && EXPERIMENTAL | ||
55 | help | ||
56 | This select the generic Secure Digital Host Controller Interface. | ||
57 | It is used by manufacturers such as Texas Instruments(R), Ricoh(R) | ||
58 | and Toshiba(R). Most controllers found in laptops are of this type. | ||
59 | If you have a controller with this interface, say Y or M here. | ||
60 | |||
61 | If unsure, say N. | ||
62 | |||
52 | config MMC_WBSD | 63 | config MMC_WBSD |
53 | tristate "Winbond W83L51xD SD/MMC Card Interface support" | 64 | tristate "Winbond W83L51xD SD/MMC Card Interface support" |
54 | depends on MMC && ISA_DMA_API | 65 | depends on MMC && ISA_DMA_API |