Kconfig (4f2c0a4acffbec01079c28f839422e64ddeff004) | Kconfig (c3d4aed763ce4a39f8ed36c7b7cd9a6a35971329) |
---|---|
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 --- 9 unchanged lines hidden (view full) --- 18 managed clocks and Sensor management which is the ability to read 19 sensor data, and be notified of sensor value. 20 21 This protocol library provides interface for all the client drivers 22 making use of the features offered by the SCMI. 23 24if ARM_SCMI_PROTOCOL 25 | 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 --- 9 unchanged lines hidden (view full) --- 18 managed clocks and Sensor management which is the ability to read 19 sensor data, and be notified of sensor value. 20 21 This protocol library provides interface for all the client drivers 22 making use of the features offered by the SCMI. 23 24if ARM_SCMI_PROTOCOL 25 |
26config ARM_SCMI_NEED_DEBUGFS 27 bool 28 help 29 This declares whether at least one SCMI facility is configured 30 which needs debugfs support. When selected causess the creation 31 of a common SCMI debugfs root directory. 32 |
|
26config ARM_SCMI_HAVE_TRANSPORT 27 bool 28 help 29 This declares whether at least one SCMI transport has been configured. 30 Used to trigger a build bug when trying to build SCMI without any 31 configured transport. 32 33config ARM_SCMI_HAVE_SHMEM --- 131 unchanged lines hidden --- | 33config ARM_SCMI_HAVE_TRANSPORT 34 bool 35 help 36 This declares whether at least one SCMI transport has been configured. 37 Used to trigger a build bug when trying to build SCMI without any 38 configured transport. 39 40config ARM_SCMI_HAVE_SHMEM --- 131 unchanged lines hidden --- |