xref: /linux/drivers/pmdomain/xilinx/Kconfig (revision ae22a94997b8a03dcb3c922857c203246711f9d4)
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