diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-03-13 19:19:19 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-07-11 20:58:47 -0400 |
commit | 8d4d9f52081cd45bde42b9452eba95f38feb7dae (patch) | |
tree | 81b614f5f842150c910737a9e1f5414de3b49b4b /arch/arm/Kconfig | |
parent | 260b6aa03edd87a3a85c137e7b95305d9eb40485 (diff) |
clk: add highbank clock support
This adds real clock support to Calxeda Highbank SOC using the common
clock infrastructure.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
[mturquette@linaro.org: fixed up invalid writes to const struct member]
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 6f8cf405d3ec..f3c60ff41692 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -352,6 +352,7 @@ config ARCH_HIGHBANK | |||
352 | select ARM_TIMER_SP804 | 352 | select ARM_TIMER_SP804 |
353 | select CACHE_L2X0 | 353 | select CACHE_L2X0 |
354 | select CLKDEV_LOOKUP | 354 | select CLKDEV_LOOKUP |
355 | select COMMON_CLK | ||
355 | select CPU_V7 | 356 | select CPU_V7 |
356 | select GENERIC_CLOCKEVENTS | 357 | select GENERIC_CLOCKEVENTS |
357 | select HAVE_ARM_SCU | 358 | select HAVE_ARM_SCU |