diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2015-12-06 13:45:56 +0300 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2015-12-24 23:31:24 +0300 |
commit | 8a896310a7ea5fa99fc89690bde7be404c7e1113 (patch) | |
tree | 4f61956b2b3a9580b8a5fa5719813db1a39a87ae /drivers/clk/Kconfig | |
parent | d26f4cc74f4d8da438db0ba7c00bc1ad7374a69f (diff) | |
download | linux-8a896310a7ea5fa99fc89690bde7be404c7e1113.tar.xz |
clk: lpc18xx: add NXP specific COMMON_CLK_NXP configuration symbol
The change adds COMMON_CLK_NXP configuration symbol and enables it for
NXP LPC18XX architecture, this is needed to reuse drivers/clk/nxp
folder for NXP common clock framework drivers other than LPC18XX one.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Acked-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index c3e3a02f7f1f..7fc1eb90ca2b 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -175,6 +175,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--- |