summaryrefslogtreecommitdiff
path: root/arch/arm/common/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-02-01 12:41:43 +0300
committerLinus Walleij <linus.walleij@linaro.org>2017-04-07 12:58:12 +0300
commitba3fae06c7a4e80ab9d48a8a045b352da97cf23d (patch)
tree83e6a470906ce711128e8927d87a7d467b402dcf /arch/arm/common/Kconfig
parentb6acb2e4d934afffafb318a5c342243a482b25f1 (diff)
downloadlinux-ba3fae06c7a4e80ab9d48a8a045b352da97cf23d.tar.xz
ARM/clk: move the ICST library to drivers/clk
This moves the ICST clock divider helper library from arch/arm/common to drivers/clk/versatile so it is maintained with the other clock drivers. We keep the structure as a helper library intact and do not fuse it with the clk-icst.c Versatile ICST clock driver: there may be other users out there that need to use this library for their clocking, and then it will be helpful to keep the library contained. (The icst.[c|h] files could just be moved to drivers/clk/lib or a similar location to share the library.) Acked-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/common/Kconfig')
-rw-r--r--arch/arm/common/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
index 9353184d730d..1181053e3ade 100644
--- a/arch/arm/common/Kconfig
+++ b/arch/arm/common/Kconfig
@@ -1,6 +1,3 @@
-config ICST
- bool
-
config SA1111
bool
select DMABOUNCE if !ARCH_PXA