add HAVE_CLK to Kconfig, for driver dependencies
[sfrench/cifs-2.6.git] / arch / Kconfig
index 3ea332b009e511f785349c725e716052d42877ef..4d5ebbc1e72b376afbdece5e001644a49a11ebe8 100644 (file)
@@ -39,3 +39,13 @@ config HAVE_KRETPROBES
 
 config HAVE_DMA_ATTRS
        def_bool n
+
+config USE_GENERIC_SMP_HELPERS
+       def_bool n
+
+config HAVE_CLK
+       def_bool n
+       help
+         The <linux/clk.h> calls support software clock gating and
+         thus are a key power management tool on many systems.
+