2007-02-12 02:57:36 +08:00
|
|
|
#
|
|
|
|
# MMC/SD card drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
comment "MMC/SD Card Drivers"
|
|
|
|
|
|
|
|
config MMC_BLOCK
|
|
|
|
tristate "MMC block device driver"
|
2007-05-09 04:30:32 +08:00
|
|
|
depends on BLOCK
|
2007-02-12 02:57:36 +08:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Say Y here to enable the MMC block device driver support.
|
|
|
|
This provides a block device driver, which you can use to
|
|
|
|
mount the filesystem. Almost everyone wishing MMC support
|
|
|
|
should say Y or M here.
|
|
|
|
|