diff options
author | Michael Turquette <mturquette@baylibre.com> | 2015-12-24 12:34:29 -0800 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2015-12-24 12:34:29 -0800 |
commit | 5b50c522d51b748c06bd768d36f1a06f679f542b (patch) | |
tree | f537f73fca8cb767a727e490c7627bbe4cd6a393 /drivers/clk/Kconfig | |
parent | cf87a88f519777999bf5374809b34827bb4ab5dd (diff) | |
parent | f7c82a60ba26c2f003662bcb2cff131021c1e828 (diff) | |
download | linux-5b50c522d51b748c06bd768d36f1a06f679f542b.tar.bz2 |
Merge branch 'clk-lpc32xx' into clk-next
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index d2d3871e64c9..41f6c7f8e79b 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -167,6 +167,12 @@ config COMMON_CLK_KEYSTONE Supports clock drivers for Keystone based SOCs. These SOCs have local a power sleep control module that gate the clock to the IPs and PLLs. +config COMMON_CLK_NXP + def_bool COMMON_CLK && (ARCH_LPC18XX || ARCH_LPC32XX) + select REGMAP_MMIO if ARCH_LPC32XX + ---help--- + Support for clock providers on NXP platforms. + config COMMON_CLK_PALMAS tristate "Clock driver for TI Palmas devices" depends on MFD_PALMAS @@ -181,6 +187,11 @@ config COMMON_CLK_PWM Adapter driver so that any PWM output can be (mis)used as clock signal at 50% duty cycle. +config COMMON_CLK_NXP + def_bool COMMON_CLK && ARCH_LPC18XX + ---help--- + Support for clock providers on NXP platforms. + config COMMON_CLK_PXA def_bool COMMON_CLK && ARCH_PXA ---help--- |