Kconfig 625 B

12345678910111213141516171819202122232425262728293031
  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. config MMC_DEBUG
  13. bool "MMC debugging"
  14. depends on MMC != n
  15. help
  16. This is an option for use by developers; most people should
  17. say N here. This enables MMC core and driver debugging.
  18. if MMC
  19. source "drivers/mmc/core/Kconfig"
  20. source "drivers/mmc/card/Kconfig"
  21. source "drivers/mmc/host/Kconfig"
  22. endif # MMC