xref: /linux/drivers/pmdomain/ti/Kconfig (revision 0ea5c948cb64bab5bc7a5516774eb8536f05aa0d)
1*02c24a12SUlf Hansson# SPDX-License-Identifier: GPL-2.0-only
2*02c24a12SUlf Hansson
3*02c24a12SUlf Hanssonconfig OMAP2PLUS_PRM
4*02c24a12SUlf Hansson	bool
5*02c24a12SUlf Hansson	depends on ARCH_OMAP2PLUS
6*02c24a12SUlf Hansson	default ARCH_OMAP2PLUS
7*02c24a12SUlf Hansson
8*02c24a12SUlf Hanssonif SOC_TI
9*02c24a12SUlf Hansson
10*02c24a12SUlf Hanssonconfig TI_SCI_PM_DOMAINS
11*02c24a12SUlf Hansson	tristate "TI SCI PM Domains Driver"
12*02c24a12SUlf Hansson	depends on TI_SCI_PROTOCOL
13*02c24a12SUlf Hansson	depends on PM_GENERIC_DOMAINS
14*02c24a12SUlf Hansson	help
15*02c24a12SUlf Hansson	  Generic power domain implementation for TI device implementing
16*02c24a12SUlf Hansson	  the TI SCI protocol.
17*02c24a12SUlf Hansson
18*02c24a12SUlf Hansson	  To compile this as a module, choose M here. The module will be
19*02c24a12SUlf Hansson	  called ti_sci_pm_domains. Note this is needed early in boot before
20*02c24a12SUlf Hansson	  rootfs may be available.
21*02c24a12SUlf Hansson
22*02c24a12SUlf Hanssonendif
23