2018-10-09 02:21:46 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
config COMMON_CLK_ZYNQMP
|
|
|
|
bool "Support for Xilinx ZynqMP Ultrascale+ clock controllers"
|
2021-03-22 14:17:54 +08:00
|
|
|
depends on ZYNQMP_FIRMWARE || COMPILE_TEST
|
2021-03-22 14:17:53 +08:00
|
|
|
default ZYNQMP_FIRMWARE
|
2018-10-09 02:21:46 +08:00
|
|
|
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.
|