1# SPDX-License-Identifier: GPL-2.0 2 3config COMMON_CLK_ZYNQMP 4 bool "Support for Xilinx ZynqMP Ultrascale+ clock controllers" 5 depends on ARCH_ZYNQMP || COMPILE_TEST 6 depends on ZYNQMP_FIRMWARE 7 default ZYNQMP_FIRMWARE 8 help 9 Support for the Zynqmp Ultrascale clock controller. 10 It has a dependency on the PMU firmware. 11 Say Y if you want to include clock support. 12