summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>2014-08-18 10:33:00 +0200
committerMike Turquette <mturquette@linaro.org>2014-09-09 13:55:44 -0700
commit5dbbb00f712edff8454f9741db61f9e0a4fec919 (patch)
tree61c65532c51b8c9903f6b37b2b4228fd7e65679c /drivers/clk/Kconfig
parenta8a76f563cfa1a4e47b6d8b2bef9c0d44a3fd7b0 (diff)
downloadop-kernel-dev-5dbbb00f712edff8454f9741db61f9e0a4fec919.zip
op-kernel-dev-5dbbb00f712edff8454f9741db61f9e0a4fec919.tar.gz
clk: Add generic driver for Maxim PMIC clocks
Maxim Integrated Power Management ICs are very similar with regard to their clock outputs. Most of the clock drivers for these chips are duplicating code and are simpler enough that can be converted to use a generic driver to consolidate code and avoid duplication. Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index cfd3af7..726d72a 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -32,6 +32,9 @@ config COMMON_CLK_WM831X
source "drivers/clk/versatile/Kconfig"
+config COMMON_CLK_MAX_GEN
+ bool
+
config COMMON_CLK_MAX77686
tristate "Clock driver for Maxim 77686 MFD"
depends on MFD_MAX77686
OpenPOWER on IntegriCloud