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 /drivers/clk/Kconfig | |
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 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 0357ac44638b..30fc2b48447c 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig | |||
@@ -81,6 +81,13 @@ config COMMON_CLK_AXI_CLKGEN | |||
81 | Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx | 81 | Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx |
82 | FPGAs. It is commonly used in Analog Devices' reference designs. | 82 | FPGAs. It is commonly used in Analog Devices' reference designs. |
83 | 83 | ||
84 | config CLK_PPC_CORENET | ||
85 | bool "Clock driver for PowerPC corenet platforms" | ||
86 | depends on PPC_E500MC && OF | ||
87 | ---help--- | ||
88 | This adds the clock driver support for Freescale PowerPC corenet | ||
89 | platforms using common clock framework. | ||
90 | |||
84 | endmenu | 91 | endmenu |
85 | 92 | ||
86 | source "drivers/clk/mvebu/Kconfig" | 93 | source "drivers/clk/mvebu/Kconfig" |