Kconfig 951 B

12345678910111213141516171819202122232425262728
  1. #
  2. # MMC core configuration
  3. #
  4. config MMC_CLKGATE
  5. bool "MMC host clock gating"
  6. help
  7. This will attempt to aggressively gate the clock to the MMC card.
  8. This is done to save power due to gating off the logic and bus
  9. noise when the MMC card is not in use. Your host driver has to
  10. support handling this in order for it to be of any use.
  11. If unsure, say N.
  12. config MMC_EMBEDDED_SDIO
  13. boolean "MMC embedded SDIO device support (EXPERIMENTAL)"
  14. help
  15. If you say Y here, support will be added for embedded SDIO
  16. devices which do not contain the necessary enumeration
  17. support in hardware to be properly detected.
  18. config MMC_PARANOID_SD_INIT
  19. bool "Enable paranoid SD card initialization (EXPERIMENTAL)"
  20. help
  21. If you say Y here, the MMC layer will be extra paranoid
  22. about re-trying SD init requests. This can be a useful
  23. work-around for buggy controllers and hardware. Enable
  24. if you are experiencing issues with SD detection.