11 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3config ZYNQMP_PM_DOMAINS4 bool "Enable Zynq MPSoC generic PM domains"5 default y6 depends on PM && ZYNQMP_FIRMWARE7 select PM_GENERIC_DOMAINS8 help9 Say yes to enable device power management through PM domains10 If in doubt, say N.11