Re: [PATCH v2] usb: typec: altmodes: select DRM_AUX_HPD_BRIDGE for TYPEC_DP_ALTMODE
From: Xu Yang
Date: Mon Jul 06 2026 - 00:39:54 EST
On Sun, Jul 05, 2026 at 10:20:03AM +0100, Julian Braha wrote:
> Hi all,
>
> On 7/5/26 07:58, Chaoyi Chen wrote:
> > + imply DRM_AUX_HPD_BRIDGE if DRM_BRIDGE && OF
>
> When I suggested that 'imply' may be more appropriate here on v1, I was
> hoping to have more of a conversation first.
>
> 'Imply' is safer to use than 'select', and intended for use when the
> option is highly preferred (but not actually required).
>
> Perhaps Xu could provide an opinion?
Config DRM_AUX_HPD_BRIDGE is not user visiable, so I think "select" and
"imply" have the same effects here. And there is no force dependency bewteen
DRM_AUX_HPD_BRIDGE and TYPEC_DP_ALTMODE, it's ok for me to use imply here.
Thanks,
Xu Yang