Kconfig (8c5dc8d9f19c7992b5ed557b865127a80149041b) Kconfig (4f2a8f5898ecd806cc0ccece1df4c0f143f80a74)
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)"

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

168
169config DRM_KMS_CMA_HELPER
170 bool
171 depends on DRM
172 select DRM_GEM_CMA_HELPER
173 help
174 Choose this if you need the KMS CMA helper functions
175
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)"

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

168
169config DRM_KMS_CMA_HELPER
170 bool
171 depends on DRM
172 select DRM_GEM_CMA_HELPER
173 help
174 Choose this if you need the KMS CMA helper functions
175
176config DRM_GEM_SHMEM_HELPER
177 bool
178 depends on DRM
179 help
180 Choose this if you need the GEM shmem helper functions
181
176config DRM_VM
177 bool
178 depends on DRM && MMU
179
180config DRM_SCHED
181 tristate
182 depends on DRM
183

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

189 tristate "ATI Radeon"
190 depends on DRM && PCI && MMU
191 select FW_LOADER
192 select DRM_KMS_HELPER
193 select DRM_TTM
194 select POWER_SUPPLY
195 select HWMON
196 select BACKLIGHT_CLASS_DEVICE
182config DRM_VM
183 bool
184 depends on DRM && MMU
185
186config DRM_SCHED
187 tristate
188 depends on DRM
189

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

195 tristate "ATI Radeon"
196 depends on DRM && PCI && MMU
197 select FW_LOADER
198 select DRM_KMS_HELPER
199 select DRM_TTM
200 select POWER_SUPPLY
201 select HWMON
202 select BACKLIGHT_CLASS_DEVICE
203 select BACKLIGHT_LCD_SUPPORT
197 select INTERVAL_TREE
198 help
199 Choose this option if you have an ATI Radeon graphics card. There
200 are both PCI and AGP versions. You don't need to choose this to
201 run the Radeon in plain VGA mode.
202
203 If M is selected, the module will be called radeon.
204

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

209 depends on DRM && PCI && MMU
210 select FW_LOADER
211 select DRM_KMS_HELPER
212 select DRM_SCHED
213 select DRM_TTM
214 select POWER_SUPPLY
215 select HWMON
216 select BACKLIGHT_CLASS_DEVICE
204 select INTERVAL_TREE
205 help
206 Choose this option if you have an ATI Radeon graphics card. There
207 are both PCI and AGP versions. You don't need to choose this to
208 run the Radeon in plain VGA mode.
209
210 If M is selected, the module will be called radeon.
211

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

216 depends on DRM && PCI && MMU
217 select FW_LOADER
218 select DRM_KMS_HELPER
219 select DRM_SCHED
220 select DRM_TTM
221 select POWER_SUPPLY
222 select HWMON
223 select BACKLIGHT_CLASS_DEVICE
224 select BACKLIGHT_LCD_SUPPORT
217 select INTERVAL_TREE
218 select CHASH
219 help
220 Choose this option if you have a recent AMD Radeon graphics card.
221
222 If M is selected, the module will be called amdgpu.
223
224source "drivers/gpu/drm/amd/amdgpu/Kconfig"

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

322source "drivers/gpu/drm/tinydrm/Kconfig"
323
324source "drivers/gpu/drm/pl111/Kconfig"
325
326source "drivers/gpu/drm/tve200/Kconfig"
327
328source "drivers/gpu/drm/xen/Kconfig"
329
225 select INTERVAL_TREE
226 select CHASH
227 help
228 Choose this option if you have a recent AMD Radeon graphics card.
229
230 If M is selected, the module will be called amdgpu.
231
232source "drivers/gpu/drm/amd/amdgpu/Kconfig"

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

330source "drivers/gpu/drm/tinydrm/Kconfig"
331
332source "drivers/gpu/drm/pl111/Kconfig"
333
334source "drivers/gpu/drm/tve200/Kconfig"
335
336source "drivers/gpu/drm/xen/Kconfig"
337
338source "drivers/gpu/drm/vboxvideo/Kconfig"
339
340source "drivers/gpu/drm/lima/Kconfig"
341
342source "drivers/gpu/drm/aspeed/Kconfig"
343
330# Keep legacy drivers last
331
332menuconfig DRM_LEGACY
333 bool "Enable legacy drivers (DANGEROUS)"
334 depends on DRM && MMU
335 select DRM_VM
336 help
337 Enable legacy DRI1 drivers. Those drivers expose unsafe and dangerous

--- 78 unchanged lines hidden ---
344# Keep legacy drivers last
345
346menuconfig DRM_LEGACY
347 bool "Enable legacy drivers (DANGEROUS)"
348 depends on DRM && MMU
349 select DRM_VM
350 help
351 Enable legacy DRI1 drivers. Those drivers expose unsafe and dangerous

--- 78 unchanged lines hidden ---