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