Hi, On Mon, 23 May 2022 at 23:43, Randy Dunlap <[email protected]> wrote: > > Fix a Kconfig warning for DRM_MSM by making it depend on OF, > since 'select' does not follow any dependency chaings. > > WARNING: unmet direct dependencies detected for DRM_DP_AUX_BUS
I think it was agreed that DRM_DP_AUX_BUS should depend on OF || COMPILE_TEST (and the patch has been submitted by YueHaibing). See the thread at https://lore.kernel.org/dri-devel/[email protected]/T/ > Depends on [n]: HAS_IOMEM [=y] && DRM [=m] && OF [=n] > Selected by [m]: > - DRM_MSM [=m] && HAS_IOMEM [=y] && DRM [=m] && (ARCH_QCOM || SOC_IMX5 || > COMPILE_TEST [=y]) && COMMON_CLK [=y] && IOMMU_SUPPORT [=y] && (QCOM_OCMEM > [=n] || QCOM_OCMEM [=n]=n) && (QCOM_LLCC [=y] || QCOM_LLCC [=y]=n) && > (QCOM_COMMAND_DB [=n] || QCOM_COMMAND_DB [=n]=n) > > Fixes: f5d01644921b ("drm/msm: select DRM_DP_AUX_BUS for the AUX bus support") > Signed-off-by: Randy Dunlap <[email protected]> > Cc: Rob Clark <[email protected]> > Cc: Abhinav Kumar <[email protected]> > Cc: Dmitry Baryshkov <[email protected]> > Cc: Sean Paul <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: David Airlie <[email protected]> > Cc: Daniel Vetter <[email protected]> > --- > drivers/gpu/drm/msm/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > --- a/drivers/gpu/drm/msm/Kconfig > +++ b/drivers/gpu/drm/msm/Kconfig > @@ -3,6 +3,7 @@ > config DRM_MSM > tristate "MSM DRM" > depends on DRM > + depends on OF > depends on ARCH_QCOM || SOC_IMX5 || COMPILE_TEST > depends on COMMON_CLK > depends on IOMMU_SUPPORT -- With best wishes Dmitry
