[PATCH] drm/rockchip: add CONFIG_OF dependency
Andy Yan
andyshrk at 163.com
Thu Apr 24 00:42:47 UTC 2025
Hi,
At 2025-04-24 01:18:45, "Dmitry Baryshkov" <dmitry.baryshkov at oss.qualcomm.com> wrote:
>On Wed, Apr 23, 2025 at 06:44:16PM +0200, Arnd Bergmann wrote:
>> From: Arnd Bergmann <arnd at arndb.de>
>>
>> DRM_DISPLAY_DP_AUX_BUS cannot be selected when CONFIG_OF is disabled:
>>
>> WARNING: unmet direct dependencies detected for DRM_DISPLAY_DP_AUX_BUS
>> Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && OF [=n]
>> Selected by [y]:
>> - DRM_ROCKCHIP [=y] && HAS_IOMEM [=y] && DRM [=y] && ROCKCHIP_IOMMU [=y] && ROCKCHIP_ANALOGIX_DP [=y]
>>
>> Rockchip platforms all depend on OF anyway, so add the dependency here
>> for compile testing.
>>
>> Fixes: d7b4936b2bc0 ("drm/rockchip: analogix_dp: Add support to get panel from the DP AUX bus")
>> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
Acked-by: Andy Yan <andy.yan at rock-chips.com>
>> ---
>> drivers/gpu/drm/rockchip/Kconfig | 1 +
>> 1 file changed, 1 insertion(+)
>>
>
>Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov at oss.qualcomm.com>
>
>--
>With best wishes
>Dmitry
More information about the dri-devel
mailing list