diff options
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index ad89a33d8c6e..4d5ebbc1e72b 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -42,3 +42,10 @@ config HAVE_DMA_ATTRS | |||
42 | 42 | ||
43 | config USE_GENERIC_SMP_HELPERS | 43 | config USE_GENERIC_SMP_HELPERS |
44 | def_bool n | 44 | def_bool n |
45 | |||
46 | config HAVE_CLK | ||
47 | def_bool n | ||
48 | help | ||
49 | The <linux/clk.h> calls support software clock gating and | ||
50 | thus are a key power management tool on many systems. | ||
51 | |||