Kconfig 346 B

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