Re: [PATCH v2 1/5] soc: qcom: Hide all drivers behind selectable menu

From: Julian Braha

Date: Thu Jul 16 2026 - 13:49:50 EST


Hi Krzysztof,

On 7/16/26 06:48, Krzysztof Kozlowski wrote:
> Can you share the options leading to that? or config? Without
> reproduction steps that's really incomplete report.

Sorry, I spend a lot of time looking at unmet dependencies. I forget
sometimes that these are actually pretty rare and not obvious to
resolve.

To replicate, enable QCOM_PDR_HELPERS without QCOM_SOC.

The problem is that QCOM_PDR_MSG depends on QCOM_SOC because of an
'if QCOM_SOC', but QCOM_PDR_HELPERS selects QCOM_PDR_MSG without also
selecting or depending on QCOM_SOC.

I'll send a patch to resolve this.

- Julian Braha