You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
367 B
13 lines
367 B
#
|
|
# MMC core configuration
|
|
#
|
|
|
|
config MMC_CLKGATE
|
|
bool "MMC host clock gating"
|
|
help
|
|
This will attempt to aggressively gate the clock to the MMC card.
|
|
This is done to save power due to gating off the logic and bus
|
|
noise when the MMC card is not in use. Your host driver has to
|
|
support handling this in order for it to be of any use.
|
|
|
|
If unsure, say N.
|
|
|