blob: 9320a8c73239ceff909e30a045bb06aec60bd5ee [file] [log] [blame]
Pierre Ossman1c6a0712007-02-11 19:57:36 +01001#
2# MMC/SD card drivers
3#
4
5comment "MMC/SD Card Drivers"
Pierre Ossman1c6a0712007-02-11 19:57:36 +01006
7config MMC_BLOCK
8 tristate "MMC block device driver"
Jan Engelhardt790864d2007-05-08 22:30:32 +02009 depends on BLOCK
Pierre Ossman1c6a0712007-02-11 19:57:36 +010010 default y
11 help
12 Say Y here to enable the MMC block device driver support.
13 This provides a block device driver, which you can use to
14 mount the filesystem. Almost everyone wishing MMC support
15 should say Y or M here.
16