xref: /linux/drivers/pmdomain/arm/Kconfig (revision 418da6ee1ea62090f6b66d95b8fcf7db2f42c00f)
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)
5*359a8ff4SKrzysztof Kozlowski	default ARM_SCMI_PROTOCOL
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)
17*359a8ff4SKrzysztof Kozlowski	default ARM_SCMI_PROTOCOL
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.
2662b14b9eSSudeep Holla
2762b14b9eSSudeep Hollaconfig ARM_SCPI_POWER_DOMAIN
2862b14b9eSSudeep Holla	tristate "SCPI power domain driver"
2962b14b9eSSudeep Holla	depends on ARM_SCPI_PROTOCOL || (COMPILE_TEST && OF)
30*359a8ff4SKrzysztof Kozlowski	default ARM_SCPI_PROTOCOL
3162b14b9eSSudeep Holla	select PM_GENERIC_DOMAINS if PM
3262b14b9eSSudeep Holla	help
3362b14b9eSSudeep Holla	  This enables support for the SCPI power domains which can be
3462b14b9eSSudeep Holla	  enabled or disabled via the SCP firmware
3562b14b9eSSudeep Holla
3662b14b9eSSudeep Holla	  This driver can also be built as a module. If so, the module will be
3762b14b9eSSudeep Holla	  called scpi_pm_domain.
38