summaryrefslogtreecommitdiff
path: root/drivers/soc/xilinx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/soc/xilinx/Kconfig')
-rw-r--r--drivers/soc/xilinx/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/soc/xilinx/Kconfig b/drivers/soc/xilinx/Kconfig
index 5025e0e4fa36..01e76b58dd78 100644
--- a/drivers/soc/xilinx/Kconfig
+++ b/drivers/soc/xilinx/Kconfig
@@ -28,4 +28,13 @@ config ZYNQMP_POWER
power management callbacks from firmware.
If in doubt, say N.
+config ZYNQMP_PM_DOMAINS
+ bool "Enable Zynq MPSoC generic PM domains"
+ default y
+ depends on PM && ARCH_ZYNQMP && ZYNQMP_FIRMWARE
+ select PM_GENERIC_DOMAINS
+ help
+ Say yes to enable device power management through PM domains
+ If in doubt, say N.
+
endmenu