diff options
author | Tang Yuantian <yuantian.tang@freescale.com> | 2013-04-09 04:46:26 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-05-29 01:50:31 -0400 |
commit | 555eae97358082be3a46572464829c27b96ed8f1 (patch) | |
tree | 497a460b83e4a0cdfdca2bb7dded96a4ec1a6b5d /arch/powerpc/platforms | |
parent | e4aa937ec75df0eea0bee03bffa3303ad36c986b (diff) |
clk: add PowerPC corenet clock driver support
This adds the clock driver for Freescale PowerPC corenet
series SoCs using common clock infrastructure.
Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/Kconfig.cputype | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index 54f3936001aa..7819c40a6bc3 100644 --- a/arch/powerpc/platforms/Kconfig.cputype +++ b/arch/powerpc/platforms/Kconfig.cputype | |||
@@ -158,6 +158,7 @@ config E500 | |||
158 | config PPC_E500MC | 158 | config PPC_E500MC |
159 | bool "e500mc Support" | 159 | bool "e500mc Support" |
160 | select PPC_FPU | 160 | select PPC_FPU |
161 | select COMMON_CLK | ||
161 | depends on E500 | 162 | depends on E500 |
162 | help | 163 | help |
163 | This must be enabled for running on e500mc (and derivatives | 164 | This must be enabled for running on e500mc (and derivatives |