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