[PATCH 1/4] soc: qcom: Hide all drivers behind selectable menu

Konrad Dybcio konrad.dybcio at oss.qualcomm.com
Fri May 15 04:35:44 PDT 2026


On 4/29/26 5:30 PM, Krzysztof Kozlowski wrote:
> On 29/04/2026 11:28, Konrad Dybcio wrote:
>>> +config QCOM_PDR_HELPERS
>>> +	tristate
>>> +	select QCOM_QMI_HELPERS
>>> +	select QCOM_PDR_MSG
>>> +	depends on NET
>>> +
>>> +config QCOM_QMI_HELPERS
>>> +	tristate
>>> +	depends on NET
>>
>> also:
>>
>> QCOM_KRYO_L2_ACCESSORS -> drivers/perf/Kconfig
> 
> Ack
> 
>> QCOM_SPM -> drivers/cpuidle/Kconfig.arm
> 
> Heh, that's user-selectable driver, so I think we should change the
> select into dependency. It will make choice a bit more complex for arm32
> - the SPM cpuidle driver will be hidden if this is not selected. But
> alternative is that this driver will be outside of entire menuconfig.
> 
> Does changing to "depends" feel right?

Yeah

Konrad



More information about the linux-arm-kernel mailing list