diff options
author | Pawel Moll <pawel.moll@arm.com> | 2013-09-17 20:16:15 +0400 |
---|---|---|
committer | Pawel Moll <pawel.moll@arm.com> | 2014-05-15 20:02:20 +0400 |
commit | 5ee2b877793d89f1d73338d08af12f73fbbfed4a (patch) | |
tree | 4aeed9c1c532dfe03e3619331511c0bc425d513c /drivers/clk/Kconfig | |
parent | 974cc7b93441a0e78f030495436d1be7eb7c208d (diff) | |
download | linux-5ee2b877793d89f1d73338d08af12f73fbbfed4a.tar.xz |
clk: versatile: Split config options for sp810 and vexpress_osc
Move the Kconfig entry for Versatile (& Express) clock drivers
into a separate file and add individual options for sp810
and vexpress_osc drivers, as they are optional in some
configurations and may have separate dependencies.
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 6f56d3a4f010..4fdfd6c70bd3 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -30,14 +30,7 @@ config COMMON_CLK_WM831X Supports the clocking subsystem of the WM831x/2x series of PMICs from Wolfson Microlectronics. -config COMMON_CLK_VERSATILE - bool "Clock driver for ARM Reference designs" - depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS || ARM64 - ---help--- - Supports clocking on ARM Reference designs: - - Integrator/AP and Integrator/CP - - RealView PB1176, EB, PB11MP and PBX - - Versatile Express +source "drivers/clk/versatile/Kconfig" config COMMON_CLK_MAX77686 tristate "Clock driver for Maxim 77686 MFD" |