xref: /linux/drivers/gpu/drm/vkms/Kconfig (revision cdd30ebb1b9f36159d66f088b61aee264e649d7a)
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_CLIENT_SELECTION
7	select DRM_KMS_HELPER
8	select DRM_GEM_SHMEM_HELPER
9	select CRC32
10	default n
11	help
12	  Virtual Kernel Mode-Setting (VKMS) is used for testing or for
13	  running GPU in a headless machines. Choose this option to get
14	  a VKMS.
15
16	  If M is selected the module will be called vkms.
17