Kconfig 400 B

12345678910111213141516171819202122
  1. #
  2. # MMC subsystem configuration
  3. #
  4. menuconfig MMC
  5. tristate "MMC/SD/SDIO card support"
  6. depends on HAS_IOMEM
  7. help
  8. This selects MultiMediaCard, Secure Digital and Secure
  9. Digital I/O support.
  10. If you want MMC/SD/SDIO support, you should say Y here and
  11. also to your specific host controller driver.
  12. if MMC
  13. source "drivers/mmc/core/Kconfig"
  14. source "drivers/mmc/host/Kconfig"
  15. endif # MMC