blob: 9ebee72d9c3fd9cd42996f446cea6408e7b6e7c0 [file] [log] [blame]
Pierre Ossman6abaa0c2007-05-01 16:00:02 +02001#
2# MMC core configuration
3#
4
Linus Walleij04566832010-11-08 21:36:50 -05005config MMC_CLKGATE
Kees Cook9c905fa2012-10-02 11:17:45 -07006 bool "MMC host clock gating"
Linus Walleij04566832010-11-08 21:36:50 -05007 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.