diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2014-08-18 10:33:00 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-09-09 13:55:44 -0700 |
commit | 5dbbb00f712edff8454f9741db61f9e0a4fec919 (patch) | |
tree | 61c65532c51b8c9903f6b37b2b4228fd7e65679c /drivers/clk/Kconfig | |
parent | a8a76f563cfa1a4e47b6d8b2bef9c0d44a3fd7b0 (diff) | |
download | op-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/Kconfig | 3 |
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 |