summaryrefslogtreecommitdiffstats
path: root/drivers/pmdomain/ti/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pmdomain/ti/Kconfig')
-rw-r--r--drivers/pmdomain/ti/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pmdomain/ti/Kconfig b/drivers/pmdomain/ti/Kconfig
new file mode 100644
index 0000000000..f34a5146c1
--- /dev/null
+++ b/drivers/pmdomain/ti/Kconfig
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-only
+config TI_SCI_PM_DOMAINS
+ bool "TI SCI PM Domains Driver"
+ depends on TI_SCI_PROTOCOL
+ depends on PM_GENERIC_DOMAINS
+ help
+ Generic power domain implementation for TI device implementing
+ the TI SCI protocol.