diff options
author | Rob Herring | 2012-03-14 00:19:19 +0100 |
---|---|---|
committer | Mike Turquette | 2012-07-12 02:58:47 +0200 |
commit | 8d4d9f52081cd45bde42b9452eba95f38feb7dae (patch) | |
tree | 81b614f5f842150c910737a9e1f5414de3b49b4b /arch/arm/Kconfig | |
parent | dt: add clock binding doc to primecell bindings (diff) | |
download | kernel-qcow2-linux-8d4d9f52081cd45bde42b9452eba95f38feb7dae.tar.gz kernel-qcow2-linux-8d4d9f52081cd45bde42b9452eba95f38feb7dae.tar.xz kernel-qcow2-linux-8d4d9f52081cd45bde42b9452eba95f38feb7dae.zip |
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 select ARM_TIMER_SP804 select CACHE_L2X0 select CLKDEV_LOOKUP + select COMMON_CLK select CPU_V7 select GENERIC_CLOCKEVENTS select HAVE_ARM_SCU |