summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/mmc/core/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/mmc/core/Kconfig')
-rw-r--r--kernel/drivers/mmc/core/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/kernel/drivers/mmc/core/Kconfig b/kernel/drivers/mmc/core/Kconfig
new file mode 100644
index 000000000..9ebee72d9
--- /dev/null
+++ b/kernel/drivers/mmc/core/Kconfig
@@ -0,0 +1,13 @@
+#
+# 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.