Kconfig 590 B

1234567891011121314151617181920212223242526272829
  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/host/Kconfig"
  21. endif # MMC