diff options
author | Liviu Dudau <Liviu.Dudau@foss.arm.com> | 2018-09-17 17:50:00 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-30 13:00:34 -0400 |
commit | a71e907c4dbeee69b9b70e266ccc1e7d760ef9c1 (patch) | |
tree | f8da2787864e733e7de48114c644aeed57bb2765 /drivers/clk/Kconfig | |
parent | d71b029d1d178fb2e1cdb63ae5f45d10f90acca6 (diff) | |
download | u-boot-a71e907c4dbeee69b9b70e266ccc1e7d760ef9c1.tar.gz |
clk: Add support for Arm's Versatile Express OSC clock generators
The Arm Versatile Express and Juno development boards contain an
OSC clock generator that can be accessed through the Versatile
Express config bus. The generators are quite often being controlled
by some MCU and the config bus offers a uniform way of exposing them.
Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
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 c996d6574b..7853a7a9d3 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -68,6 +68,13 @@ config CLK_HSDK help Enable this to support the cgu clocks on Synopsys ARC HSDK +config CLK_VEXPRESS_OSC + bool "Enable driver for Arm Versatile Express OSC clock generators" + depends on CLK && VEXPRESS_CONFIG + help + This clock driver adds support for clock generators present on + Arm Versatile Express platforms. + config CLK_ZYNQ bool "Enable clock driver support for Zynq" depends on CLK && ARCH_ZYNQ |