Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 4b972a01a7da614b4796475f933094751a295a2f authored by Linus Torvalds on 22 June 2019, 23:01:36 UTC
Linux 5.2-rc6
Tip revision: 4b972a0
Kconfig
# SPDX-License-Identifier: GPL-2.0

config COMMON_CLK_ZYNQMP
	bool "Support for Xilinx ZynqMP Ultrascale+ clock controllers"
	depends on ARCH_ZYNQMP || COMPILE_TEST
	depends on ZYNQMP_FIRMWARE
	help
	  Support for the Zynqmp Ultrascale clock controller.
	  It has a dependency on the PMU firmware.
	  Say Y if you want to include clock support.
back to top