brintos

brintos / linux-shallow public Read only

0
0
Text · 1.2 KiB · efa139c Raw
38 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config ARM_SCMI_PERF_DOMAIN3	tristate "SCMI performance domain driver"4	depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)5	default y6	select PM_GENERIC_DOMAINS if PM7	help8	  This enables support for the SCMI performance domains which can be9	  enabled or disabled via the SCP firmware.10 11	  This driver can also be built as a module. If so, the module will be12	  called scmi_perf_domain.13 14config ARM_SCMI_POWER_DOMAIN15	tristate "SCMI power domain driver"16	depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)17	default y18	select PM_GENERIC_DOMAINS if PM19	help20	  This enables support for the SCMI power domains which can be21	  enabled or disabled via the SCP firmware22 23	  This driver can also be built as a module. If so, the module24	  will be called scmi_pm_domain. Note this may needed early in boot25	  before rootfs may be available.26 27config ARM_SCPI_POWER_DOMAIN28	tristate "SCPI power domain driver"29	depends on ARM_SCPI_PROTOCOL || (COMPILE_TEST && OF)30	default y31	select PM_GENERIC_DOMAINS if PM32	help33	  This enables support for the SCPI power domains which can be34	  enabled or disabled via the SCP firmware35 36	  This driver can also be built as a module. If so, the module will be37	  called scpi_pm_domain.38