Kconfig (dd84cfff3cc3b79c9d616f85bd1178df135cbd1a) Kconfig (2c4b97fee94acd4a4eb2a6943584055a14e14830)
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

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

144 help
145 This enables support for the SCMI power domains which can be
146 enabled or disabled via the SCP firmware
147
148 This driver can also be built as a module. If so, the module
149 will be called scmi_pm_domain. Note this may needed early in boot
150 before rootfs may be available.
151
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

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

144 help
145 This enables support for the SCMI power domains which can be
146 enabled or disabled via the SCP firmware
147
148 This driver can also be built as a module. If so, the module
149 will be called scmi_pm_domain. Note this may needed early in boot
150 before rootfs may be available.
151
152config ARM_SCMI_POWER_CONTROL
153 tristate "SCMI system power control driver"
154 depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
155 help
156 This enables System Power control logic which binds system shutdown or
157 reboot actions to SCMI System Power notifications generated by SCP
158 firmware.
159
160 This driver can also be built as a module. If so, the module will be
161 called scmi_power_control. Note this may needed early in boot to catch
162 early shutdown/reboot SCMI requests.
163
152endmenu
164endmenu