Kconfig 377 B

1234567891011121314151617
  1. #
  2. # MMC/SD card drivers
  3. #
  4. comment "MMC/SD Card Drivers"
  5. depends MMC
  6. config MMC_BLOCK
  7. tristate "MMC block device driver"
  8. depends on MMC && BLOCK
  9. default y
  10. help
  11. Say Y here to enable the MMC block device driver support.
  12. This provides a block device driver, which you can use to
  13. mount the filesystem. Almost everyone wishing MMC support
  14. should say Y or M here.