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