16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config DRM_VKMS4 tristate "Virtual KMS (EXPERIMENTAL)"5 depends on DRM && MMU6 select DRM_KMS_HELPER7 select DRM_GEM_SHMEM_HELPER8 select CRC329 default n10 help11 Virtual Kernel Mode-Setting (VKMS) is used for testing or for12 running GPU in a headless machines. Choose this option to get13 a VKMS.14 15 If M is selected the module will be called vkms.16