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