Re: [PATCH] drm/udl: Make udl driver depend on CONFIG_USB

2020-01-06 Thread Alex Deucher
On Mon, Jan 6, 2020 at 9:10 AM Thomas Zimmermann wrote: > > The udl driver for DisplayLink devices depends on support for host-side > USB controllers, which is enabled with CONFIG_USB. Plain USB support as > given by CONFIG_USB_SUPPORT not sufficient. > > This patch changes dependencies for udl to

[PATCH] drm/udl: Make udl driver depend on CONFIG_USB

2020-01-06 Thread Thomas Zimmermann
The udl driver for DisplayLink devices depends on support for host-side USB controllers, which is enabled with CONFIG_USB. Plain USB support as given by CONFIG_USB_SUPPORT not sufficient. This patch changes dependencies for udl to depend on CONFIG_USB, instead of CONFIG_USB_SUPPORT. Users will hav