aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/Kconfig
blob: 9320a8c73239ceff909e30a045bb06aec60bd5ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# MMC/SD card drivers
#

comment "MMC/SD Card Drivers"

config MMC_BLOCK
	tristate "MMC block device driver"
	depends on 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.