aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/soc/ti/Kconfig')
-rw-r--r--drivers/soc/ti/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/soc/ti/Kconfig b/drivers/soc/ti/Kconfig
index 3557c5e32a93..39e152abe6b9 100644
--- a/drivers/soc/ti/Kconfig
+++ b/drivers/soc/ti/Kconfig
@@ -38,4 +38,16 @@ config WKUP_M3_IPC
38 to communicate and use the Wakeup M3 for PM features like suspend 38 to communicate and use the Wakeup M3 for PM features like suspend
39 resume and boots it using wkup_m3_rproc driver. 39 resume and boots it using wkup_m3_rproc driver.
40 40
41config TI_SCI_PM_DOMAINS
42 tristate "TI SCI PM Domains Driver"
43 depends on TI_SCI_PROTOCOL
44 depends on PM_GENERIC_DOMAINS
45 help
46 Generic power domain implementation for TI device implementing
47 the TI SCI protocol.
48
49 To compile this as a module, choose M here. The module will be
50 called ti_sci_pm_domains. Note this is needed early in boot before
51 rootfs may be available.
52
41endif # SOC_TI 53endif # SOC_TI