xref: /linux/drivers/gpu/drm/gud/Kconfig (revision 09d97da660ff77df20984496aa0abcd6b88819f2)
1# SPDX-License-Identifier: GPL-2.0
2
3config DRM_GUD
4	tristate "GUD USB Display"
5	depends on DRM && USB && MMU
6	select LZ4_COMPRESS
7	select DRM_KMS_HELPER
8	select DRM_GEM_SHMEM_HELPER
9	select BACKLIGHT_CLASS_DEVICE
10	help
11	  This is a DRM display driver for GUD USB Displays or display
12	  adapters.
13
14	  If M is selected the module will be called gud.
15