102c24a12SUlf Hansson# SPDX-License-Identifier: GPL-2.0-only 202c24a12SUlf Hansson 302c24a12SUlf Hanssonconfig OMAP2PLUS_PRM 402c24a12SUlf Hansson bool 502c24a12SUlf Hansson depends on ARCH_OMAP2PLUS 602c24a12SUlf Hansson default ARCH_OMAP2PLUS 702c24a12SUlf Hansson 802c24a12SUlf Hanssonif SOC_TI 902c24a12SUlf Hansson 1002c24a12SUlf Hanssonconfig TI_SCI_PM_DOMAINS 1102c24a12SUlf Hansson tristate "TI SCI PM Domains Driver" 1202c24a12SUlf Hansson depends on TI_SCI_PROTOCOL 13*fcddcb7eSGuillaume La Roque select PM_GENERIC_DOMAINS if PM 1402c24a12SUlf Hansson help 1502c24a12SUlf Hansson Generic power domain implementation for TI device implementing 1602c24a12SUlf Hansson the TI SCI protocol. 1702c24a12SUlf Hansson 1802c24a12SUlf Hansson To compile this as a module, choose M here. The module will be 1902c24a12SUlf Hansson called ti_sci_pm_domains. Note this is needed early in boot before 2002c24a12SUlf Hansson rootfs may be available. 2102c24a12SUlf Hansson 2202c24a12SUlf Hanssonendif 23