You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
377 B
18 lines
377 B
18 years ago
|
#
|
||
|
# MMC/SD card drivers
|
||
|
#
|
||
|
|
||
|
comment "MMC/SD Card Drivers"
|
||
|
depends MMC
|
||
|
|
||
|
config MMC_BLOCK
|
||
|
tristate "MMC block device driver"
|
||
|
depends on MMC && BLOCK
|
||
|
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.
|
||
|
|