Kconfig (a23e1966932464e1c5226cb9ac4ce1d5fc10ba22) | Kconfig (1b18d4295f9d1125bc7a799fc12924cd45fc04b1) |
---|---|
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 --- 41 unchanged lines hidden (view full) --- 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 | 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 --- 41 unchanged lines hidden (view full) --- 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 |
58config ARM_SCMI_DEBUG_COUNTERS 59 bool "Enable SCMI communication debug metrics tracking" 60 select ARM_SCMI_NEED_DEBUGFS 61 depends on DEBUG_FS 62 default n 63 help 64 Enables tracking of some key communication metrics for debug 65 purposes. It may track metrics like how many messages were sent 66 or received, were there any failures, what kind of failures, ..etc. 67 68 Enable this option to create a new debugfs directory which contains 69 such useful debug counters. This can be helpful for debugging and 70 SCMI monitoring. 71 |
|
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 --- 118 unchanged lines hidden --- | 72config ARM_SCMI_HAVE_TRANSPORT 73 bool 74 help 75 This declares whether at least one SCMI transport has been configured. 76 Used to trigger a build bug when trying to build SCMI without any 77 configured transport. 78 79config ARM_SCMI_HAVE_SHMEM --- 118 unchanged lines hidden --- |