xref: /linux/drivers/pmdomain/arm/Kconfig (revision 06d07429858317ded2db7986113a9e0129cd599b)
1820cec12SSudeep Holla# SPDX-License-Identifier: GPL-2.0-only
2820cec12SSudeep Hollaconfig ARM_SCMI_PERF_DOMAIN
3820cec12SSudeep Holla	tristate "SCMI performance domain driver"
4820cec12SSudeep Holla	depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
5820cec12SSudeep Holla	default y
6820cec12SSudeep Holla	select PM_GENERIC_DOMAINS if PM
7820cec12SSudeep Holla	help
8820cec12SSudeep Holla	  This enables support for the SCMI performance domains which can be
9820cec12SSudeep Holla	  enabled or disabled via the SCP firmware.
10820cec12SSudeep Holla
11820cec12SSudeep Holla	  This driver can also be built as a module. If so, the module will be
12820cec12SSudeep Holla	  called scmi_perf_domain.
13820cec12SSudeep Holla
14820cec12SSudeep Hollaconfig ARM_SCMI_POWER_DOMAIN
15820cec12SSudeep Holla	tristate "SCMI power domain driver"
16820cec12SSudeep Holla	depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
17820cec12SSudeep Holla	default y
18820cec12SSudeep Holla	select PM_GENERIC_DOMAINS if PM
19820cec12SSudeep Holla	help
20820cec12SSudeep Holla	  This enables support for the SCMI power domains which can be
21820cec12SSudeep Holla	  enabled or disabled via the SCP firmware
22820cec12SSudeep Holla
23820cec12SSudeep Holla	  This driver can also be built as a module. If so, the module
24820cec12SSudeep Holla	  will be called scmi_pm_domain. Note this may needed early in boot
25820cec12SSudeep Holla	  before rootfs may be available.
26*62b14b9eSSudeep Holla
27*62b14b9eSSudeep Hollaconfig ARM_SCPI_POWER_DOMAIN
28*62b14b9eSSudeep Holla	tristate "SCPI power domain driver"
29*62b14b9eSSudeep Holla	depends on ARM_SCPI_PROTOCOL || (COMPILE_TEST && OF)
30*62b14b9eSSudeep Holla	default y
31*62b14b9eSSudeep Holla	select PM_GENERIC_DOMAINS if PM
32*62b14b9eSSudeep Holla	help
33*62b14b9eSSudeep Holla	  This enables support for the SCPI power domains which can be
34*62b14b9eSSudeep Holla	  enabled or disabled via the SCP firmware
35*62b14b9eSSudeep Holla
36*62b14b9eSSudeep Holla	  This driver can also be built as a module. If so, the module will be
37*62b14b9eSSudeep Holla	  called scpi_pm_domain.
38