Kconfig (e3c55d406bd8df1a878546002c93db90c42be10c) Kconfig (92b6f89f6b85f433ddac1f4a9eb0962dc96380fe)
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)"

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

24 tristate
25 depends on DRM
26 depends on USB_SUPPORT && USB_ARCH_HAS_HCD
27 select USB
28
29config DRM_KMS_HELPER
30 tristate
31 depends on DRM
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)"

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

24 tristate
25 depends on DRM
26 depends on USB_SUPPORT && USB_ARCH_HAS_HCD
27 select USB
28
29config DRM_KMS_HELPER
30 tristate
31 depends on DRM
32 help
33 CRTC helpers for KMS drivers.
34
35config DRM_KMS_FB_HELPER
36 bool
37 depends on DRM_KMS_HELPER
32 select FB
33 select FRAMEBUFFER_CONSOLE if !EXPERT
34 select FRAMEBUFFER_CONSOLE_DETECT_PRIMARY if FRAMEBUFFER_CONSOLE
35 help
38 select FB
39 select FRAMEBUFFER_CONSOLE if !EXPERT
40 select FRAMEBUFFER_CONSOLE_DETECT_PRIMARY if FRAMEBUFFER_CONSOLE
41 help
36 FB and CRTC helpers for KMS drivers.
42 FBDEV helpers for KMS drivers.
37
38config DRM_LOAD_EDID_FIRMWARE
39 bool "Allow to specify an EDID data set instead of probing for it"
40 depends on DRM_KMS_HELPER
41 help
42 Say Y here, if you want to use EDID data to be loaded from the
43 /lib/firmware directory or one of the provided built-in
44 data sets. This may be necessary, if the graphics adapter or

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

59 bool
60 depends on DRM
61 help
62 Choose this if you need the GEM CMA helper functions
63
64config DRM_KMS_CMA_HELPER
65 bool
66 select DRM_GEM_CMA_HELPER
43
44config DRM_LOAD_EDID_FIRMWARE
45 bool "Allow to specify an EDID data set instead of probing for it"
46 depends on DRM_KMS_HELPER
47 help
48 Say Y here, if you want to use EDID data to be loaded from the
49 /lib/firmware directory or one of the provided built-in
50 data sets. This may be necessary, if the graphics adapter or

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

65 bool
66 depends on DRM
67 help
68 Choose this if you need the GEM CMA helper functions
69
70config DRM_KMS_CMA_HELPER
71 bool
72 select DRM_GEM_CMA_HELPER
73 select DRM_KMS_FB_HELPER
67 select FB_SYS_FILLRECT
68 select FB_SYS_COPYAREA
69 select FB_SYS_IMAGEBLIT
70 help
71 Choose this if you need the KMS CMA helper functions
72
73source "drivers/gpu/drm/i2c/Kconfig"
74

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

91config DRM_RADEON
92 tristate "ATI Radeon"
93 depends on DRM && PCI
94 select FB_CFB_FILLRECT
95 select FB_CFB_COPYAREA
96 select FB_CFB_IMAGEBLIT
97 select FW_LOADER
98 select DRM_KMS_HELPER
74 select FB_SYS_FILLRECT
75 select FB_SYS_COPYAREA
76 select FB_SYS_IMAGEBLIT
77 help
78 Choose this if you need the KMS CMA helper functions
79
80source "drivers/gpu/drm/i2c/Kconfig"
81

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

98config DRM_RADEON
99 tristate "ATI Radeon"
100 depends on DRM && PCI
101 select FB_CFB_FILLRECT
102 select FB_CFB_COPYAREA
103 select FB_CFB_IMAGEBLIT
104 select FW_LOADER
105 select DRM_KMS_HELPER
106 select DRM_KMS_FB_HELPER
99 select DRM_TTM
100 select POWER_SUPPLY
101 select HWMON
102 select BACKLIGHT_CLASS_DEVICE
103 help
104 Choose this option if you have an ATI Radeon graphics card. There
105 are both PCI and AGP versions. You don't need to choose this to
106 run the Radeon in plain VGA mode.

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

125 depends on DRM
126 depends on AGP
127 depends on AGP_INTEL
128 # we need shmfs for the swappable backing store, and in particular
129 # the shmem_readpage() which depends upon tmpfs
130 select SHMEM
131 select TMPFS
132 select DRM_KMS_HELPER
107 select DRM_TTM
108 select POWER_SUPPLY
109 select HWMON
110 select BACKLIGHT_CLASS_DEVICE
111 help
112 Choose this option if you have an ATI Radeon graphics card. There
113 are both PCI and AGP versions. You don't need to choose this to
114 run the Radeon in plain VGA mode.

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

133 depends on DRM
134 depends on AGP
135 depends on AGP_INTEL
136 # we need shmfs for the swappable backing store, and in particular
137 # the shmem_readpage() which depends upon tmpfs
138 select SHMEM
139 select TMPFS
140 select DRM_KMS_HELPER
141 select DRM_KMS_FB_HELPER
133 select FB_CFB_FILLRECT
134 select FB_CFB_COPYAREA
135 select FB_CFB_IMAGEBLIT
136 # i915 depends on ACPI_VIDEO when ACPI is enabled
137 # but for select to work, need to select ACPI_VIDEO's dependencies, ick
138 select BACKLIGHT_LCD_SUPPORT if ACPI
139 select BACKLIGHT_CLASS_DEVICE if ACPI
140 select VIDEO_OUTPUT_CONTROL if ACPI

--- 98 unchanged lines hidden ---
142 select FB_CFB_FILLRECT
143 select FB_CFB_COPYAREA
144 select FB_CFB_IMAGEBLIT
145 # i915 depends on ACPI_VIDEO when ACPI is enabled
146 # but for select to work, need to select ACPI_VIDEO's dependencies, ick
147 select BACKLIGHT_LCD_SUPPORT if ACPI
148 select BACKLIGHT_CLASS_DEVICE if ACPI
149 select VIDEO_OUTPUT_CONTROL if ACPI

--- 98 unchanged lines hidden ---