Lines Matching +full:mode +full:- +full:based
1 # SPDX-License-Identifier: GPL-2.0-only
9 set of operating system-independent software interfaces that are
11 interfaces for: Discovery and self-description of the interfaces
13 a given device or domain into the various power-saving states that
34 bool "Enable support for SCMI Raw transmission mode"
38 Enable support for SCMI Raw transmission mode.
49 bool "Allow SCMI Raw mode coexistence with normal SCMI stack"
52 Allow SCMI Raw transmission mode to coexist with normal SCMI stack.
56 SCMI Raw mode support unreliable. If unsure, say N.
68 This declares whether a shared memory based transport for SCMI is
74 This declares whether a message passing based transport for SCMI is
78 bool "SCMI transport based on Mailbox"
84 Enable mailbox based transport for SCMI.
87 transport based on mailboxes, answer Y.
90 bool "SCMI transport based on OP-TEE service"
97 This enables the OP-TEE service based transport for SCMI.
100 transport based on OP-TEE SCMI service, answer Y.
103 bool "SCMI transport based on SMC"
109 Enable SMC based transport for SCMI.
112 transport based on SMC, answer Y.
115 bool "Enable atomic mode support for SCMI SMC transport"
118 Enable support of atomic operation for SCMI SMC based transport.
120 If you want the SCMI SMC based transport to operate in atomic
121 mode, avoiding any kind of sleeping behaviour for selected
123 Enabling atomic mode operations allows any SCMI driver using this
125 in atomic context too, at the price of using a number of busy-waiting
129 bool "SCMI transport based on VirtIO"
134 This enables the virtio based transport for SCMI.
137 transport based on VirtIO, answer Y.
155 bool "Enable atomic mode for SCMI VirtIO transport"
158 Enable support of atomic operation for SCMI VirtIO based transport.
160 If you want the SCMI VirtIO based transport to operate in atomic
161 mode, avoiding any kind of sleeping behaviour for selected
164 Enabling atomic mode operations allows any SCMI driver using this
166 in atomic context too, at the price of using a number of busy-waiting