| Pierre Ossman | 1c6a071 | 2007-02-11 19:57:36 +0100 | [diff] [blame^] | 1 | # | 
| 2 | # MMC/SD card drivers | ||||
| 3 | # | ||||
| 4 | |||||
| 5 | comment "MMC/SD Card Drivers" | ||||
| 6 | depends MMC | ||||
| 7 | |||||
| 8 | config MMC_BLOCK | ||||
| 9 | tristate "MMC block device driver" | ||||
| 10 | depends on MMC && BLOCK | ||||
| 11 | default y | ||||
| 12 | help | ||||
| 13 | Say Y here to enable the MMC block device driver support. | ||||
| 14 | This provides a block device driver, which you can use to | ||||
| 15 | mount the filesystem. Almost everyone wishing MMC support | ||||
| 16 | should say Y or M here. | ||||
| 17 | |||||