linux-stable/drivers/gpu/drm/udl
Thomas Zimmermann 5d50bd440b drm/udl: Make udl driver depend on CONFIG_USB
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 is not sufficient.

This patch changes dependencies for udl to depend on CONFIG_USB, instead
of CONFIG_USB_SUPPORT. Users will have to enable CONFIG_USB and select a
USB host controller. With this change udl dependencies work the same way
as dependencies for PCI drivers.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200106141016.9562-1-tzimmermann@suse.de
2020-01-09 15:02:48 +01:00
..
Kconfig drm/udl: Make udl driver depend on CONFIG_USB 2020-01-09 15:02:48 +01:00
Makefile drm/udl: Remove udl_fb.c 2019-12-11 17:02:17 +01:00
udl_connector.c drm/udl: Convert to struct drm_simple_display_pipe 2019-12-11 17:02:16 +01:00
udl_connector.h drm/udl: drop use of drmP.h 2019-07-17 12:52:55 +02:00
udl_drv.c drm/udl: Set preferred color depth to 16 bpp 2019-12-11 17:02:16 +01:00
udl_drv.h drm/udl: Move udl_handle_damage() into udl_modeset.c 2019-12-11 17:02:17 +01:00
udl_gem.c drm/udl: Remove udl implementation of GEM's free_object() 2019-11-26 12:34:39 +01:00
udl_main.c drm/udl: Remove struct udl_device.active_fb_16 2019-12-11 17:02:16 +01:00
udl_modeset.c drm/udl: Move udl_handle_damage() into udl_modeset.c 2019-12-11 17:02:17 +01:00
udl_transfer.c drm/udl: Remove field lost_pixels from struct udl_device 2019-12-06 13:52:33 +01:00