Kconfig (c391220314a86e1e7487788823fb13d6a53a4448) Kconfig (67c40c9b2ec5f375bf78274d4e9ef0e3b8315bea)
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

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

334 depends on DRM
335 select DRM_TTM
336 help
337 Helpers for ttm-based gem objects
338
339config DRM_GEM_DMA_HELPER
340 tristate
341 depends on DRM
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

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

334 depends on DRM
335 select DRM_TTM
336 help
337 Helpers for ttm-based gem objects
338
339config DRM_GEM_DMA_HELPER
340 tristate
341 depends on DRM
342 select FB_DMAMEM_HELPERS if DRM_FBDEV_EMULATION
342 select FB_DMAMEM_HELPERS_DEFERRED if DRM_FBDEV_EMULATION
343 help
344 Choose this if you need the GEM DMA helper functions
345
346config DRM_GEM_SHMEM_HELPER
347 tristate
348 depends on DRM && MMU
349 help
350 Choose this if you need the GEM shmem helper functions

--- 178 unchanged lines hidden ---
343 help
344 Choose this if you need the GEM DMA helper functions
345
346config DRM_GEM_SHMEM_HELPER
347 tristate
348 depends on DRM && MMU
349 help
350 Choose this if you need the GEM shmem helper functions

--- 178 unchanged lines hidden ---