Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2
3config OMAP2PLUS_PRM
4 bool
5 depends on ARCH_OMAP2PLUS
6 default ARCH_OMAP2PLUS
7
8if SOC_TI
9
10config TI_SCI_PM_DOMAINS
11 tristate "TI SCI PM Domains Driver"
12 depends on TI_SCI_PROTOCOL
13 select PM_GENERIC_DOMAINS if PM
14 help
15 Generic power domain implementation for TI device implementing
16 the TI SCI protocol.
17
18 To compile this as a module, choose M here. The module will be
19 called ti_sci_pm_domains. Note this is needed early in boot before
20 rootfs may be available.
21
22endif