1*820cec12SSudeep Holla# SPDX-License-Identifier: GPL-2.0-only 2*820cec12SSudeep Hollaconfig ARM_SCMI_PERF_DOMAIN 3*820cec12SSudeep Holla tristate "SCMI performance domain driver" 4*820cec12SSudeep Holla depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF) 5*820cec12SSudeep Holla default y 6*820cec12SSudeep Holla select PM_GENERIC_DOMAINS if PM 7*820cec12SSudeep Holla help 8*820cec12SSudeep Holla This enables support for the SCMI performance domains which can be 9*820cec12SSudeep Holla enabled or disabled via the SCP firmware. 10*820cec12SSudeep Holla 11*820cec12SSudeep Holla This driver can also be built as a module. If so, the module will be 12*820cec12SSudeep Holla called scmi_perf_domain. 13*820cec12SSudeep Holla 14*820cec12SSudeep Hollaconfig ARM_SCMI_POWER_DOMAIN 15*820cec12SSudeep Holla tristate "SCMI power domain driver" 16*820cec12SSudeep Holla depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF) 17*820cec12SSudeep Holla default y 18*820cec12SSudeep Holla select PM_GENERIC_DOMAINS if PM 19*820cec12SSudeep Holla help 20*820cec12SSudeep Holla This enables support for the SCMI power domains which can be 21*820cec12SSudeep Holla enabled or disabled via the SCP firmware 22*820cec12SSudeep Holla 23*820cec12SSudeep Holla This driver can also be built as a module. If so, the module 24*820cec12SSudeep Holla will be called scmi_pm_domain. Note this may needed early in boot 25*820cec12SSudeep Holla before rootfs may be available. 26