diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-09-26 01:18:15 (GMT) |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-10-08 01:16:37 (GMT) |
commit | 6cfc229d6f967041b5e1ee56a5bb87a500f31311 (patch) | |
tree | 79e0890000be71742fc06f587554d7f255619841 /drivers/clk/Kconfig | |
parent | 7affe5685c962ed0bc0fadf307400484b2276c89 (diff) | |
download | linux-fsl-qoriq-6cfc229d6f967041b5e1ee56a5bb87a500f31311.tar.xz |
clk: keystone: Build Keystone clock drivers
Now build the keystone common clock drivers. The build is made
conditional based on COMMON_CLK_KEYSTONE
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.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 dd37f91..5c51115 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -100,6 +100,13 @@ config COMMON_CLK_XGENE ---help--- Sypport for the APM X-Gene SoC reference, PLL, and device clocks. +config COMMON_CLK_KEYSTONE + tristate "Clock drivers for Keystone based SOCs" + depends on ARCH_KEYSTONE && OF + ---help--- + Supports clock drivers for Keystone based SOCs. These SOCs have local + a power sleep control module that gate the clock to the IPs and PLLs. + endmenu source "drivers/clk/mvebu/Kconfig" |