Kconfig (3c3d818a9317a5f8ff7fb4547b2d6d5bcc39137d) Kconfig (9c54633e4e3d004c416ad680d6b0f73c2ac6f018)
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

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

40 If enabled allows the direct injection and snooping of SCMI bare
41 messages through a dedicated debugfs interface.
42 It is meant to be used by SCMI compliance/testing suites.
43
44 When enabled regular SCMI drivers interactions are inhibited in
45 order to avoid unexpected interactions with the SCMI Raw message
46 flow. If unsure say N.
47
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

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

40 If enabled allows the direct injection and snooping of SCMI bare
41 messages through a dedicated debugfs interface.
42 It is meant to be used by SCMI compliance/testing suites.
43
44 When enabled regular SCMI drivers interactions are inhibited in
45 order to avoid unexpected interactions with the SCMI Raw message
46 flow. If unsure say N.
47
48config ARM_SCMI_RAW_MODE_SUPPORT_COEX
49 bool "Allow SCMI Raw mode coexistence with normal SCMI stack"
50 depends on ARM_SCMI_RAW_MODE_SUPPORT
51 help
52 Allow SCMI Raw transmission mode to coexist with normal SCMI stack.
53
54 This will allow regular SCMI drivers to register with the core and
55 operate normally, thing which could make an SCMI test suite using the
56 SCMI Raw mode support unreliable. If unsure, say N.
57
48config ARM_SCMI_HAVE_TRANSPORT
49 bool
50 help
51 This declares whether at least one SCMI transport has been configured.
52 Used to trigger a build bug when trying to build SCMI without any
53 configured transport.
54
55config ARM_SCMI_HAVE_SHMEM

--- 131 unchanged lines hidden ---
58config ARM_SCMI_HAVE_TRANSPORT
59 bool
60 help
61 This declares whether at least one SCMI transport has been configured.
62 Used to trigger a build bug when trying to build SCMI without any
63 configured transport.
64
65config ARM_SCMI_HAVE_SHMEM

--- 131 unchanged lines hidden ---