Kconfig (0181f7a307fe9796018f61334c3c4e6c1784ebb6) | Kconfig (62b14b9e86a1c94b1a2f41a52adcfda822a9863e) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# For a description of the syntax of this configuration file, 4# see Documentation/kbuild/kconfig-language.rst. 5# 6 7menu "Firmware Drivers" 8 --- 14 unchanged lines hidden (view full) --- 23 Processors. It offers control and management of: the core/cluster 24 power states, various power domain DVFS including the core/cluster, 25 certain system clocks configuration, thermal sensors and many 26 others. 27 28 This protocol library provides interface for all the client drivers 29 making use of the features offered by the SCP. 30 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# For a description of the syntax of this configuration file, 4# see Documentation/kbuild/kconfig-language.rst. 5# 6 7menu "Firmware Drivers" 8 --- 14 unchanged lines hidden (view full) --- 23 Processors. It offers control and management of: the core/cluster 24 power states, various power domain DVFS including the core/cluster, 25 certain system clocks configuration, thermal sensors and many 26 others. 27 28 This protocol library provides interface for all the client drivers 29 making use of the features offered by the SCP. 30 |
31config ARM_SCPI_POWER_DOMAIN 32 tristate "SCPI power domain driver" 33 depends on ARM_SCPI_PROTOCOL || (COMPILE_TEST && OF) 34 default y 35 select PM_GENERIC_DOMAINS if PM 36 help 37 This enables support for the SCPI power domains which can be 38 enabled or disabled via the SCP firmware 39 | |
40config ARM_SDE_INTERFACE 41 bool "ARM Software Delegated Exception Interface (SDEI)" 42 depends on ARM64 43 depends on ACPI_APEI_GHES 44 help 45 The Software Delegated Exception Interface (SDEI) is an ARM 46 standard for registering callbacks from the platform firmware 47 into the OS. This is typically used to implement RAS notifications. --- 234 unchanged lines hidden --- | 31config ARM_SDE_INTERFACE 32 bool "ARM Software Delegated Exception Interface (SDEI)" 33 depends on ARM64 34 depends on ACPI_APEI_GHES 35 help 36 The Software Delegated Exception Interface (SDEI) is an ARM 37 standard for registering callbacks from the platform firmware 38 into the OS. This is typically used to implement RAS notifications. --- 234 unchanged lines hidden --- |