Re: [PATCH] soc: qcom: make QCOM_PDR_MSG selectable
Konrad Dybcio <[email protected]>
| Newsgroups | org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/18/26 11:41 AM, Arnd Bergmann wrote: > From: Arnd Bergmann <[email protected]> > > Selecting QCOM_PDR_HELPERS from outside of a CONFIG_QCOM_SOC > block causes a build warning: > > WARNING: unmet direct dependencies detected for QCOM_PDR_MSG > Depends on [n]: QCOM_SOC [=n] > Selected by [y]: > - QCOM_PDR_HELPERS [=y] && NET [=y] > > Avoid this by allowing QCOM_PDR_MSG to be selected as well. > > Fixes: f2866e6a27f7 ("soc: qcom: Hide all drivers behind selectable menu") > Signed-off-by: Arnd Bergmann <[email protected]> > --- Acked-by: Konrad Dybcio <[email protected]> Konrad