diff options
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | 2017-12-10 21:20:08 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2017-12-11 11:36:23 +0300 |
commit | e80dac0ab83ccb1d54e2d91b93d27b54a7f6544f (patch) | |
tree | 9d4f6ad7ca865c4b7a01f3b0ebd19c047cf6230d /drivers/clk/Kconfig | |
parent | 3cf239394a5ca3ada68c683ef5d19e16f9bfd170 (diff) | |
download | u-boot-e80dac0ab83ccb1d54e2d91b93d27b54a7f6544f.tar.gz u-boot-e80dac0ab83ccb1d54e2d91b93d27b54a7f6544f.tar.xz u-boot-e80dac0ab83ccb1d54e2d91b93d27b54a7f6544f.zip |
ARC: clk: introduce HSDK CGU clock driver
Synopsys HSDK clock controller generates and supplies clocks to various
controllers and peripherals within the SoC.
Each clock has assigned identifier and client device tree nodes can use
this identifier to specify the clock which they consume. All available
clocks are defined as preprocessor macros in the
dt-bindings/clock/snps,hsdk-cgu.h header and can be used in device
tree sources.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index f6644ee6d1..cdfa052c16 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -54,6 +54,12 @@ config CLK_STM32F This clock driver adds support for RCC clock management for STM32F4 and STM32F7 SoCs. +config CLK_HSDK + bool "Enable cgu clock driver for HSDK" + depends on CLK + help + Enable this to support the cgu clocks on Synopsys ARC HSDK + config CLK_ZYNQ bool "Enable clock driver support for Zynq" depends on CLK && ARCH_ZYNQ |