Kconfig (d0300e5e8d2fb74852f8116f26546e12cfa66735) | Kconfig (1b1f42d8fde4fef1ed7873bf5aa91755f8c3de35) |
---|---|
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)" --- 135 unchanged lines hidden (view full) --- 144 select FB_SYS_IMAGEBLIT 145 help 146 Choose this if you need the KMS CMA helper functions 147 148config DRM_VM 149 bool 150 depends on DRM && MMU 151 | 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)" --- 135 unchanged lines hidden (view full) --- 144 select FB_SYS_IMAGEBLIT 145 help 146 Choose this if you need the KMS CMA helper functions 147 148config DRM_VM 149 bool 150 depends on DRM && MMU 151 |
152config DRM_SCHED 153 tristate 154 depends on DRM 155 |
|
152source "drivers/gpu/drm/i2c/Kconfig" 153 154source "drivers/gpu/drm/arm/Kconfig" 155 156config DRM_RADEON 157 tristate "ATI Radeon" 158 depends on DRM && PCI && MMU 159 select FW_LOADER --- 13 unchanged lines hidden (view full) --- 173 174source "drivers/gpu/drm/radeon/Kconfig" 175 176config DRM_AMDGPU 177 tristate "AMD GPU" 178 depends on DRM && PCI && MMU 179 select FW_LOADER 180 select DRM_KMS_HELPER | 156source "drivers/gpu/drm/i2c/Kconfig" 157 158source "drivers/gpu/drm/arm/Kconfig" 159 160config DRM_RADEON 161 tristate "ATI Radeon" 162 depends on DRM && PCI && MMU 163 select FW_LOADER --- 13 unchanged lines hidden (view full) --- 177 178source "drivers/gpu/drm/radeon/Kconfig" 179 180config DRM_AMDGPU 181 tristate "AMD GPU" 182 depends on DRM && PCI && MMU 183 select FW_LOADER 184 select DRM_KMS_HELPER |
185 select DRM_SCHED |
|
181 select DRM_TTM 182 select POWER_SUPPLY 183 select HWMON 184 select BACKLIGHT_CLASS_DEVICE 185 select BACKLIGHT_LCD_SUPPORT 186 select INTERVAL_TREE 187 select CHASH 188 help --- 179 unchanged lines hidden --- | 186 select DRM_TTM 187 select POWER_SUPPLY 188 select HWMON 189 select BACKLIGHT_CLASS_DEVICE 190 select BACKLIGHT_LCD_SUPPORT 191 select INTERVAL_TREE 192 select CHASH 193 help --- 179 unchanged lines hidden --- |