Kconfig (cdd38c5f1ce4398ec58fec95904b75824daab7b5) | Kconfig (60f3692b5f0b3e1df3ccc07c28758379052d0ab6) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# QCOM Soc drivers 4# 5menu "Qualcomm SoC drivers" 6 7config QCOM_AOSS_QMP 8 tristate "Qualcomm AOSS Driver" --- 176 unchanged lines hidden (view full) --- 185config QCOM_SOCINFO 186 tristate "Qualcomm socinfo driver" 187 depends on QCOM_SMEM 188 select SOC_BUS 189 help 190 Say yes here to support the Qualcomm socinfo driver, providing 191 information about the SoC to user space. 192 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# QCOM Soc drivers 4# 5menu "Qualcomm SoC drivers" 6 7config QCOM_AOSS_QMP 8 tristate "Qualcomm AOSS Driver" --- 176 unchanged lines hidden (view full) --- 185config QCOM_SOCINFO 186 tristate "Qualcomm socinfo driver" 187 depends on QCOM_SMEM 188 select SOC_BUS 189 help 190 Say yes here to support the Qualcomm socinfo driver, providing 191 information about the SoC to user space. 192 |
193config QCOM_SPM 194 tristate "Qualcomm Subsystem Power Manager (SPM)" 195 depends on ARCH_QCOM 196 select QCOM_SCM 197 help 198 Enable the support for the Qualcomm Subsystem Power Manager, used 199 to manage cores, L2 low power modes and to configure the internal 200 Adaptive Voltage Scaler parameters, where supported. 201 |
|
193config QCOM_WCNSS_CTRL 194 tristate "Qualcomm WCNSS control driver" 195 depends on ARCH_QCOM || COMPILE_TEST 196 depends on RPMSG 197 help 198 Client driver for the WCNSS_CTRL SMD channel, used to download nv 199 firmware to a newly booted WCNSS chip. 200 --- 12 unchanged lines hidden --- | 202config QCOM_WCNSS_CTRL 203 tristate "Qualcomm WCNSS control driver" 204 depends on ARCH_QCOM || COMPILE_TEST 205 depends on RPMSG 206 help 207 Client driver for the WCNSS_CTRL SMD channel, used to download nv 208 firmware to a newly booted WCNSS chip. 209 --- 12 unchanged lines hidden --- |