mmc: sdhci: make max-frequency property in device tree work
[linux-2.6-block.git] / drivers / mmc / core / Kconfig
CommitLineData
6abaa0c9
PO
1#
2# MMC core configuration
3#
4
04566831 5config MMC_CLKGATE
9c905faa 6 bool "MMC host clock gating"
04566831
LW
7 help
8 This will attempt to aggressively gate the clock to the MMC card.
9 This is done to save power due to gating off the logic and bus
10 noise when the MMC card is not in use. Your host driver has to
11 support handling this in order for it to be of any use.
12
13 If unsure, say N.