summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorMike Turquette <mturquette@linaro.org>2012-05-02 15:45:32 -0700
committerMike Turquette <mturquette@linaro.org>2012-05-08 14:12:42 -0700
commitd269b974e32c5dcf043acd07f9ad96e715019ffd (patch)
tree32ba485eed35251017a45d361b88b098f9f6fd1f /drivers/clk/Kconfig
parent63f5c3b2b18dcaca0fc8983b52a3f5d4d70a0590 (diff)
downloadop-kernel-dev-d269b974e32c5dcf043acd07f9ad96e715019ffd.zip
op-kernel-dev-d269b974e32c5dcf043acd07f9ad96e715019ffd.tar.gz
clk: remove COMMON_CLK_DISABLE_UNUSED
Exposing this option generates confusion and incorrect behavior for single-image builds across platforms. Enable this behavior permanently. Signed-off-by: Mike Turquette <mturquette@linaro.org> Acked-by: Saravana Kannan <skannan@codeaurora.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index f05a60d..4864407 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -23,17 +23,6 @@ config COMMON_CLK
menu "Common Clock Framework"
depends on COMMON_CLK
-config COMMON_CLK_DISABLE_UNUSED
- bool "Disabled unused clocks at boot"
- depends on COMMON_CLK
- ---help---
- Traverses the entire clock tree and disables any clocks that are
- enabled in hardware but have not been enabled by any device drivers.
- This saves power and keeps the software model of the clock in line
- with reality.
-
- If in doubt, say "N".
-
config COMMON_CLK_DEBUG
bool "DebugFS representation of clock tree"
depends on COMMON_CLK
OpenPOWER on IntegriCloud