Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / pmdomain / ti / Kconfig
blob67c608bf7ed02664c8321873c363f8aea02094d3
1 # SPDX-License-Identifier: GPL-2.0-only
3 config OMAP2PLUS_PRM
4         bool
5         depends on ARCH_OMAP2PLUS
6         default ARCH_OMAP2PLUS
8 if SOC_TI
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.
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.
22 endif