GNU Linux-libre 6.8.9-gnu
[releases.git] / drivers / pmdomain / ti / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 config OMAP2PLUS_PRM
4         bool
5         depends on ARCH_OMAP2PLUS
6         default ARCH_OMAP2PLUS
7
8 if SOC_TI
9
10 config TI_SCI_PM_DOMAINS
11         tristate "TI SCI PM Domains Driver"
12         depends on TI_SCI_PROTOCOL
13         depends on PM_GENERIC_DOMAINS
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
22 endif