Kconfig 367 B

12345678910111213
  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.