15 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3config DRM_GUD4 tristate "GUD USB Display"5 depends on DRM && USB && MMU6 select LZ4_COMPRESS7 select DRM_KMS_HELPER8 select DRM_GEM_SHMEM_HELPER9 select BACKLIGHT_CLASS_DEVICE10 help11 This is a DRM display driver for GUD USB Displays or display12 adapters.13 14 If M is selected the module will be called gud.15