Kconfig (3a63826c720675f35144a444b9a8e506493f5166) Kconfig (ffcc67cd79ff2e93fd0bdb837c99cbab6c59d38c)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Drm device configuration
4#
5# This driver provides support for the
6# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
7#
8menuconfig DRM

--- 273 unchanged lines hidden (view full) ---

282 tristate "Virtual GEM provider"
283 depends on DRM && MMU
284 select DRM_GEM_SHMEM_HELPER
285 help
286 Choose this option to get a virtual graphics memory manager,
287 as used by Mesa's software renderer for enhanced performance.
288 If M is selected the module will be called vgem.
289
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Drm device configuration
4#
5# This driver provides support for the
6# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
7#
8menuconfig DRM

--- 273 unchanged lines hidden (view full) ---

282 tristate "Virtual GEM provider"
283 depends on DRM && MMU
284 select DRM_GEM_SHMEM_HELPER
285 help
286 Choose this option to get a virtual graphics memory manager,
287 as used by Mesa's software renderer for enhanced performance.
288 If M is selected the module will be called vgem.
289
290config DRM_VKMS
291 tristate "Virtual KMS (EXPERIMENTAL)"
292 depends on DRM && MMU
293 select DRM_KMS_HELPER
294 select DRM_GEM_SHMEM_HELPER
295 select CRC32
296 default n
297 help
298 Virtual Kernel Mode-Setting (VKMS) is used for testing or for
299 running GPU in a headless machines. Choose this option to get
300 a VKMS.
290source "drivers/gpu/drm/vkms/Kconfig"
301
291
302 If M is selected the module will be called vkms.
303
304source "drivers/gpu/drm/exynos/Kconfig"
305
306source "drivers/gpu/drm/rockchip/Kconfig"
307
308source "drivers/gpu/drm/vmwgfx/Kconfig"
309
310source "drivers/gpu/drm/gma500/Kconfig"
311

--- 115 unchanged lines hidden ---
292source "drivers/gpu/drm/exynos/Kconfig"
293
294source "drivers/gpu/drm/rockchip/Kconfig"
295
296source "drivers/gpu/drm/vmwgfx/Kconfig"
297
298source "drivers/gpu/drm/gma500/Kconfig"
299

--- 115 unchanged lines hidden ---