1# SPDX-License-Identifier: GPL-2.0-only
2
3config DRM_VKMS
4	tristate "Virtual KMS (EXPERIMENTAL)"
5	depends on DRM && MMU
6	select DRM_KMS_HELPER
7	select DRM_GEM_SHMEM_HELPER
8	select CRC32
9	default n
10	help
11	  Virtual Kernel Mode-Setting (VKMS) is used for testing or for
12	  running GPU in a headless machines. Choose this option to get
13	  a VKMS.
14
15	  If M is selected the module will be called vkms.
16