Kconfig (9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e) Kconfig (2af23ceb8624a419eaf40295c11fcb86ec9ee303)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "ARM System Control and Management Interface Protocol"
3
4config ARM_SCMI_PROTOCOL
5 tristate "ARM System Control and Management Interface (SCMI) Message Protocol"
6 depends on ARM || ARM64 || COMPILE_TEST
7 help
8 ARM System Control and Management Interface (SCMI) protocol is a

--- 167 unchanged lines hidden (view full) ---

176 help
177 This enables support for the SCMI power domains which can be
178 enabled or disabled via the SCP firmware
179
180 This driver can also be built as a module. If so, the module
181 will be called scmi_pm_domain. Note this may needed early in boot
182 before rootfs may be available.
183
1# SPDX-License-Identifier: GPL-2.0-only
2menu "ARM System Control and Management Interface Protocol"
3
4config ARM_SCMI_PROTOCOL
5 tristate "ARM System Control and Management Interface (SCMI) Message Protocol"
6 depends on ARM || ARM64 || COMPILE_TEST
7 help
8 ARM System Control and Management Interface (SCMI) protocol is a

--- 167 unchanged lines hidden (view full) ---

176 help
177 This enables support for the SCMI power domains which can be
178 enabled or disabled via the SCP firmware
179
180 This driver can also be built as a module. If so, the module
181 will be called scmi_pm_domain. Note this may needed early in boot
182 before rootfs may be available.
183
184config ARM_SCMI_PERF_DOMAIN
185 tristate "SCMI performance domain driver"
186 depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
187 default y
188 select PM_GENERIC_DOMAINS if PM
189 help
190 This enables support for the SCMI performance domains which can be
191 enabled or disabled via the SCP firmware.
192
193 This driver can also be built as a module. If so, the module will be
194 called scmi_perf_domain.
195
184config ARM_SCMI_POWER_CONTROL
185 tristate "SCMI system power control driver"
186 depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
187 help
188 This enables System Power control logic which binds system shutdown or
189 reboot actions to SCMI System Power notifications generated by SCP
190 firmware.
191
192 This driver can also be built as a module. If so, the module will be
193 called scmi_power_control. Note this may needed early in boot to catch
194 early shutdown/reboot SCMI requests.
195
196endmenu
196config ARM_SCMI_POWER_CONTROL
197 tristate "SCMI system power control driver"
198 depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
199 help
200 This enables System Power control logic which binds system shutdown or
201 reboot actions to SCMI System Power notifications generated by SCP
202 firmware.
203
204 This driver can also be built as a module. If so, the module will be
205 called scmi_power_control. Note this may needed early in boot to catch
206 early shutdown/reboot SCMI requests.
207
208endmenu