brintos

brintos / linux-shallow public Read only

0
0
Text · 520 B · 67c608b Raw
23 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config OMAP2PLUS_PRM4	bool5	depends on ARCH_OMAP2PLUS6	default ARCH_OMAP2PLUS7 8if SOC_TI9 10config TI_SCI_PM_DOMAINS11	tristate "TI SCI PM Domains Driver"12	depends on TI_SCI_PROTOCOL13	depends on PM_GENERIC_DOMAINS14	help15	  Generic power domain implementation for TI device implementing16	  the TI SCI protocol.17 18	  To compile this as a module, choose M here. The module will be19	  called ti_sci_pm_domains. Note this is needed early in boot before20	  rootfs may be available.21 22endif23