summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/xilinx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pmdomain/xilinx/Kconfig')
-rw-r--r--drivers/pmdomain/xilinx/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pmdomain/xilinx/Kconfig b/drivers/pmdomain/xilinx/Kconfig
new file mode 100644
index 000000000000..5242753d848a
--- /dev/null
+++ b/drivers/pmdomain/xilinx/Kconfig
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0
+
+config ZYNQMP_PM_DOMAINS
+ bool "Enable Zynq MPSoC generic PM domains"
+ default y
+ depends on PM && ZYNQMP_FIRMWARE
+ select PM_GENERIC_DOMAINS
+ help
+ Say yes to enable device power management through PM domains
+ If in doubt, say N.