aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig7
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
84config 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
84endmenu 91endmenu
85 92
86source "drivers/clk/mvebu/Kconfig" 93source "drivers/clk/mvebu/Kconfig"