Kconfig (ed32f8d42cee118b075e4372a55c7739a11094b2) Kconfig (043386a0f094e0ae8bda6f824461debe9b708db5)
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

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

19 Kernel-level support for the Direct Rendering Infrastructure (DRI)
20 introduced in XFree86 4.0. If you say Y here, you need to select
21 the module that's right for your graphics card from the list below.
22 These modules provide support for synchronization, security, and
23 DMA transfers. Please see <http://dri.sourceforge.net/> for more
24 details. You should also select and configure AGP
25 (/dev/agpgart) support if it is available for your platform.
26
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

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

19 Kernel-level support for the Direct Rendering Infrastructure (DRI)
20 introduced in XFree86 4.0. If you say Y here, you need to select
21 the module that's right for your graphics card from the list below.
22 These modules provide support for synchronization, security, and
23 DMA transfers. Please see <http://dri.sourceforge.net/> for more
24 details. You should also select and configure AGP
25 (/dev/agpgart) support if it is available for your platform.
26
27config DRM_MIPI_DBI
28 tristate
29 depends on DRM
30
27config DRM_MIPI_DSI
28 bool
29 depends on DRM
30
31config DRM_DP_AUX_CHARDEV
32 bool "DRM DP AUX Interface"
33 depends on DRM
34 help

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

331source "drivers/gpu/drm/mediatek/Kconfig"
332
333source "drivers/gpu/drm/zte/Kconfig"
334
335source "drivers/gpu/drm/mxsfb/Kconfig"
336
337source "drivers/gpu/drm/meson/Kconfig"
338
31config DRM_MIPI_DSI
32 bool
33 depends on DRM
34
35config DRM_DP_AUX_CHARDEV
36 bool "DRM DP AUX Interface"
37 depends on DRM
38 help

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

335source "drivers/gpu/drm/mediatek/Kconfig"
336
337source "drivers/gpu/drm/zte/Kconfig"
338
339source "drivers/gpu/drm/mxsfb/Kconfig"
340
341source "drivers/gpu/drm/meson/Kconfig"
342
339source "drivers/gpu/drm/tinydrm/Kconfig"
343source "drivers/gpu/drm/tiny/Kconfig"
340
341source "drivers/gpu/drm/pl111/Kconfig"
342
343source "drivers/gpu/drm/tve200/Kconfig"
344
345source "drivers/gpu/drm/xen/Kconfig"
346
347source "drivers/gpu/drm/vboxvideo/Kconfig"
348
349source "drivers/gpu/drm/lima/Kconfig"
350
351source "drivers/gpu/drm/panfrost/Kconfig"
352
353source "drivers/gpu/drm/aspeed/Kconfig"
354
355source "drivers/gpu/drm/mcde/Kconfig"
356
344
345source "drivers/gpu/drm/pl111/Kconfig"
346
347source "drivers/gpu/drm/tve200/Kconfig"
348
349source "drivers/gpu/drm/xen/Kconfig"
350
351source "drivers/gpu/drm/vboxvideo/Kconfig"
352
353source "drivers/gpu/drm/lima/Kconfig"
354
355source "drivers/gpu/drm/panfrost/Kconfig"
356
357source "drivers/gpu/drm/aspeed/Kconfig"
358
359source "drivers/gpu/drm/mcde/Kconfig"
360
361source "drivers/gpu/drm/gm12u320/Kconfig"
362
357# Keep legacy drivers last
358
359menuconfig DRM_LEGACY
360 bool "Enable legacy drivers (DANGEROUS)"
361 depends on DRM && MMU
362 select DRM_VM
363 select DRM_ATI_PCIGART if PCI
364 help

--- 79 unchanged lines hidden ---
363# Keep legacy drivers last
364
365menuconfig DRM_LEGACY
366 bool "Enable legacy drivers (DANGEROUS)"
367 depends on DRM && MMU
368 select DRM_VM
369 select DRM_ATI_PCIGART if PCI
370 help

--- 79 unchanged lines hidden ---