xref: /linux/drivers/pmdomain/xilinx/Kconfig (revision 3f276cece4dd9e8bf199d9bf3901eef8ca904c2d)
1# SPDX-License-Identifier: GPL-2.0
2
3config ZYNQMP_PM_DOMAINS
4	bool "Enable Zynq MPSoC generic PM domains"
5	default y
6	depends on PM && ZYNQMP_FIRMWARE
7	select PM_GENERIC_DOMAINS
8	help
9	  Say yes to enable device power management through PM domains
10	  If in doubt, say N.
11