diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-06-19 17:44:25 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-07-11 18:36:45 -0400 |
commit | 50667d63085af108f625c83102430c1d74931d78 (patch) | |
tree | 62285dcaf8733ef5e9257db9ec6029ca7745c26c /arch/arm/Kconfig | |
parent | 9ca1c5a4bf4105d6f2f2a46892495953dd3e2fec (diff) |
ARM: u300: convert to common clock
This converts the U300 clock implementation over to use the common
struct clk and moves the implementation down into drivers/clk.
Since VCO isn't used in tree it was removed, it's not hard to
put it back in if need be.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
[mturquette@linaro.org: trivial Makefile conflict]
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a91009c61870..c59853738967 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -888,7 +888,7 @@ config ARCH_U300 | |||
888 | select ARM_VIC | 888 | select ARM_VIC |
889 | select GENERIC_CLOCKEVENTS | 889 | select GENERIC_CLOCKEVENTS |
890 | select CLKDEV_LOOKUP | 890 | select CLKDEV_LOOKUP |
891 | select HAVE_MACH_CLKDEV | 891 | select COMMON_CLK |
892 | select GENERIC_GPIO | 892 | select GENERIC_GPIO |
893 | select ARCH_REQUIRE_GPIOLIB | 893 | select ARCH_REQUIRE_GPIOLIB |
894 | help | 894 | help |