]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/clk/Kconfig
clk: remove COMMON_CLK_DISABLE_UNUSED
[karo-tx-linux.git] / drivers / clk / Kconfig
index f05a60dc1a032ab10c7d5b94aba73b49d04a899a..4864407e3fc424814d5c5f46450b45c143c375f5 100644 (file)
@@ -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