On Mon, 7 Apr 2025 18:11:02 +0300, Dmitry Baryshkov wrote: > THe Kconfig symbol DRM_DISPLAY_DP_AUX_CEC is a boolean which simply > toggles whether DP_AUX_CEC support should be built into the > drm_display_helper (which can be eithera module or built-in into the > kernel). If DRM_DISPLAY_DP_AUX_CEC is selected, then CEC_CORE is > selected to be built-in into the kernel even if DRM_DISPLAY_HELPER is > > [ ... ]
Reviewed-by: Maxime Ripard <mrip...@kernel.org> Thanks! Maxime