On 4/20/22 15:12, Thomas Zimmermann wrote:
[snip]
Right, but that wasn't my question. I wondered why for example DRM_DW_HDMI Kconfig needs to select both DRM_DISPLAY_HDMI_HELPER and DRM_DISPLAY_HELPER since DRM_DISPLAY_HDMI_HELPER already selects DRM_DISPLAY_HELPER.
Oh, well. You found a bug. It should be 'depends on' instead of 'select'.
Ah, I see. Yeah, that makes more sense.