aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorBinghua Duan <Binghua.Duan@csr.com>2012-08-20 02:42:36 -0400
committerMike Turquette <mturquette@linaro.org>2012-08-24 15:09:30 -0400
commit198678b0b8533efce832f0c99c8d35ad8fecb333 (patch)
tree55e9976889b17f18e5cc170b5c61ecbc2f95cfaa /arch/arm/Kconfig
parentfea7a08acb13524b47711625eebea40a0ede69a0 (diff)
ARM: PRIMA2: convert to common clk and finish full clk tree
Commit 02c981c07bc95ac1e only implements a little part of primaII clk tree due to common clk framework was not ready at that time. This patch converts the old driver to common clk and finish the full clk tree. Signed-off-by: Binghua Duan <Binghua.Duan@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 6d6e18fee9fe..fb6014868d33 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -413,7 +413,7 @@ config ARCH_PRIMA2
413 select NO_IOPORT 413 select NO_IOPORT
414 select ARCH_REQUIRE_GPIOLIB 414 select ARCH_REQUIRE_GPIOLIB
415 select GENERIC_CLOCKEVENTS 415 select GENERIC_CLOCKEVENTS
416 select CLKDEV_LOOKUP 416 select COMMON_CLK
417 select GENERIC_IRQ_CHIP 417 select GENERIC_IRQ_CHIP
418 select MIGHT_HAVE_CACHE_L2X0 418 select MIGHT_HAVE_CACHE_L2X0
419 select PINCTRL 419 select PINCTRL