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