Kconfig 534 B

123456789101112131415161718192021222324252627
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # MMC subsystem configuration
  4. #
  5. menuconfig MMC
  6. tristate "MMC/SD/SDIO card support"
  7. depends on HAS_IOMEM
  8. help
  9. This selects MultiMediaCard, Secure Digital and Secure
  10. Digital I/O support.
  11. If you want MMC/SD/SDIO support, you should say Y here and
  12. also to your specific host controller driver.
  13. config MMC_SUPPORT_STLOG
  14. bool "Enable storage log"
  15. depends on MMC && PROC_STLOG
  16. default y
  17. if MMC
  18. source "drivers/mmc/core/Kconfig"
  19. source "drivers/mmc/host/Kconfig"
  20. endif # MMC