Kconfig revision 790864dcc2b3fe65355dd84ef8481e54b1bc61b6
1#
2# MMC/SD card drivers
3#
4
5comment "MMC/SD Card Drivers"
6
7config MMC_BLOCK
8	tristate "MMC block device driver"
9	depends on BLOCK
10	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
17