Kconfig (bd89bb78f35fd175db7a9cfc504d789b6ca0f7b0) Kconfig (4a488a7ad71401169cecee75dc94bcce642e2c53)
1#
2# Drm device configuration
3#
4# This driver provides support for the
5# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
6#
7menuconfig DRM
8 tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
9 depends on (AGP || AGP=n) && !EMULATED_CMPXCHG && MMU && HAS_DMA
10 select HDMI
1#
2# Drm device configuration
3#
4# This driver provides support for the
5# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
6#
7menuconfig DRM
8 tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
9 depends on (AGP || AGP=n) && !EMULATED_CMPXCHG && MMU && HAS_DMA
10 select HDMI
11 select FB_CMDLINE
11 select I2C
12 select I2C_ALGOBIT
13 select DMA_SHARED_BUFFER
14 help
15 Kernel-level support for the Direct Rendering Infrastructure (DRI)
16 introduced in XFree86 4.0. If you say Y here, you need to select
17 the module that's right for your graphics card from the list below.
18 These modules provide support for synchronization, security, and
19 DMA transfers. Please see <http://dri.sourceforge.net/> for more
20 details. You should also select and configure AGP
21 (/dev/agpgart) support if it is available for your platform.
22
23config DRM_MIPI_DSI
24 bool
25 depends on DRM
26
12 select I2C
13 select I2C_ALGOBIT
14 select DMA_SHARED_BUFFER
15 help
16 Kernel-level support for the Direct Rendering Infrastructure (DRI)
17 introduced in XFree86 4.0. If you say Y here, you need to select
18 the module that's right for your graphics card from the list below.
19 These modules provide support for synchronization, security, and
20 DMA transfers. Please see <http://dri.sourceforge.net/> for more
21 details. You should also select and configure AGP
22 (/dev/agpgart) support if it is available for your platform.
23
24config DRM_MIPI_DSI
25 bool
26 depends on DRM
27
27config DRM_USB
28 tristate
29 depends on DRM
30 depends on USB_SUPPORT && USB_ARCH_HAS_HCD
31 select USB
32
33config DRM_KMS_HELPER
34 tristate
35 depends on DRM
36 help
37 CRTC helpers for KMS drivers.
38
39config DRM_KMS_FB_HELPER
40 bool

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

109 select FB_CFB_IMAGEBLIT
110 select FW_LOADER
111 select DRM_KMS_HELPER
112 select DRM_KMS_FB_HELPER
113 select DRM_TTM
114 select POWER_SUPPLY
115 select HWMON
116 select BACKLIGHT_CLASS_DEVICE
28config DRM_KMS_HELPER
29 tristate
30 depends on DRM
31 help
32 CRTC helpers for KMS drivers.
33
34config DRM_KMS_FB_HELPER
35 bool

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

104 select FB_CFB_IMAGEBLIT
105 select FW_LOADER
106 select DRM_KMS_HELPER
107 select DRM_KMS_FB_HELPER
108 select DRM_TTM
109 select POWER_SUPPLY
110 select HWMON
111 select BACKLIGHT_CLASS_DEVICE
112 select INTERVAL_TREE
113 select MMU_NOTIFIER
117 help
118 Choose this option if you have an ATI Radeon graphics card. There
119 are both PCI and AGP versions. You don't need to choose this to
120 run the Radeon in plain VGA mode.
121
122 If M is selected, the module will be called radeon.
123
124source "drivers/gpu/drm/radeon/Kconfig"

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

196
197source "drivers/gpu/drm/bochs/Kconfig"
198
199source "drivers/gpu/drm/msm/Kconfig"
200
201source "drivers/gpu/drm/tegra/Kconfig"
202
203source "drivers/gpu/drm/panel/Kconfig"
114 help
115 Choose this option if you have an ATI Radeon graphics card. There
116 are both PCI and AGP versions. You don't need to choose this to
117 run the Radeon in plain VGA mode.
118
119 If M is selected, the module will be called radeon.
120
121source "drivers/gpu/drm/radeon/Kconfig"

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

193
194source "drivers/gpu/drm/bochs/Kconfig"
195
196source "drivers/gpu/drm/msm/Kconfig"
197
198source "drivers/gpu/drm/tegra/Kconfig"
199
200source "drivers/gpu/drm/panel/Kconfig"
201
202source "drivers/gpu/drm/sti/Kconfig"
203
204source "drivers/gpu/drm/amd/amdkfd/Kconfig"