xref: /linux/drivers/gpu/drm/Kconfig (revision f5f05c8a578395a22c190b11eea8e858965abbf7)
1c0e09200SDave Airlie#
2c0e09200SDave Airlie# Drm device configuration
3c0e09200SDave Airlie#
4c0e09200SDave Airlie# This driver provides support for the
5c0e09200SDave Airlie# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
6c0e09200SDave Airlie#
7c0e09200SDave Airliemenuconfig DRM
8c0e09200SDave Airlie	tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
9dcdb1674SJordan Crouse	depends on (AGP || AGP=n) && !EMULATED_CMPXCHG && MMU
1057a6297eSDave Airlie	select I2C
1157a6297eSDave Airlie	select I2C_ALGOBIT
12eb1f8e4fSDave Airlie	select SLOW_WORK
13c0e09200SDave Airlie	help
14c0e09200SDave Airlie	  Kernel-level support for the Direct Rendering Infrastructure (DRI)
15c0e09200SDave Airlie	  introduced in XFree86 4.0. If you say Y here, you need to select
16c0e09200SDave Airlie	  the module that's right for your graphics card from the list below.
17c0e09200SDave Airlie	  These modules provide support for synchronization, security, and
18c0e09200SDave Airlie	  DMA transfers. Please see <http://dri.sourceforge.net/> for more
19c0e09200SDave Airlie	  details.  You should also select and configure AGP
20dcdb1674SJordan Crouse	  (/dev/agpgart) support if it is available for your platform.
21c0e09200SDave Airlie
226fcefd56SDave Airlieconfig DRM_KMS_HELPER
2313a8195bSDave Airlie	tristate
2413a8195bSDave Airlie	depends on DRM
2513a8195bSDave Airlie	select FB
266fcefd56SDave Airlie	select FRAMEBUFFER_CONSOLE if !EMBEDDED
2713a8195bSDave Airlie	help
286fcefd56SDave Airlie	  FB and CRTC helpers for KMS drivers.
2913a8195bSDave Airlie
30ba4e7d97SThomas Hellstromconfig DRM_TTM
31771fe6b9SJerome Glisse	tristate
32ba4e7d97SThomas Hellstrom	depends on DRM
33ba4e7d97SThomas Hellstrom	help
34ba4e7d97SThomas Hellstrom	  GPU memory management subsystem for devices with multiple
35ba4e7d97SThomas Hellstrom	  GPU memory types. Will be enabled automatically if a device driver
36ba4e7d97SThomas Hellstrom	  uses it.
37ba4e7d97SThomas Hellstrom
38c0e09200SDave Airlieconfig DRM_TDFX
39c0e09200SDave Airlie	tristate "3dfx Banshee/Voodoo3+"
40c0e09200SDave Airlie	depends on DRM && PCI
41c0e09200SDave Airlie	help
42c0e09200SDave Airlie	  Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
43c0e09200SDave Airlie	  graphics card.  If M is selected, the module will be called tdfx.
44c0e09200SDave Airlie
45c0e09200SDave Airlieconfig DRM_R128
46c0e09200SDave Airlie	tristate "ATI Rage 128"
47c0e09200SDave Airlie	depends on DRM && PCI
4852f97df5SBen Hutchings	select FW_LOADER
49c0e09200SDave Airlie	help
50c0e09200SDave Airlie	  Choose this option if you have an ATI Rage 128 graphics card.  If M
51c0e09200SDave Airlie	  is selected, the module will be called r128.  AGP support for
52c0e09200SDave Airlie	  this card is strongly suggested (unless you have a PCI version).
53c0e09200SDave Airlie
54c0e09200SDave Airlieconfig DRM_RADEON
55c0e09200SDave Airlie	tristate "ATI Radeon"
56c0e09200SDave Airlie	depends on DRM && PCI
57771fe6b9SJerome Glisse	select FB_CFB_FILLRECT
58771fe6b9SJerome Glisse	select FB_CFB_COPYAREA
59771fe6b9SJerome Glisse	select FB_CFB_IMAGEBLIT
6070967ab9SBen Hutchings	select FW_LOADER
61a0cdc649SDave Airlie        select DRM_KMS_HELPER
62a0cdc649SDave Airlie        select DRM_TTM
635d9b7e2dSDave Airlie	select POWER_SUPPLY
64c0e09200SDave Airlie	help
65c0e09200SDave Airlie	  Choose this option if you have an ATI Radeon graphics card.  There
66c0e09200SDave Airlie	  are both PCI and AGP versions.  You don't need to choose this to
67c0e09200SDave Airlie	  run the Radeon in plain VGA mode.
68c0e09200SDave Airlie
69c0e09200SDave Airlie	  If M is selected, the module will be called radeon.
70c0e09200SDave Airlie
71f71d0187SDave Airliesource "drivers/gpu/drm/radeon/Kconfig"
72f71d0187SDave Airlie
73c0e09200SDave Airlieconfig DRM_I810
74c0e09200SDave Airlie	tristate "Intel I810"
75c0e09200SDave Airlie	depends on DRM && AGP && AGP_INTEL
76c0e09200SDave Airlie	help
77c0e09200SDave Airlie	  Choose this option if you have an Intel I810 graphics card.  If M is
78c0e09200SDave Airlie	  selected, the module will be called i810.  AGP support is required
79c0e09200SDave Airlie	  for this driver to work.
80c0e09200SDave Airlie
81c0e09200SDave Airliechoice
82c0e09200SDave Airlie	prompt "Intel 830M, 845G, 852GM, 855GM, 865G"
83c0e09200SDave Airlie	depends on DRM && AGP && AGP_INTEL
84c0e09200SDave Airlie	optional
85c0e09200SDave Airlie
86c0e09200SDave Airlieconfig DRM_I830
87c0e09200SDave Airlie	tristate "i830 driver"
88c0e09200SDave Airlie	help
89c0e09200SDave Airlie	  Choose this option if you have a system that has Intel 830M, 845G,
90c0e09200SDave Airlie	  852GM, 855GM or 865G integrated graphics.  If M is selected, the
91c0e09200SDave Airlie	  module will be called i830.  AGP support is required for this driver
92c0e09200SDave Airlie	  to work. This driver is used by the older X releases X.org 6.7 and
93c0e09200SDave Airlie	  XFree86 4.3. If unsure, build this and i915 as modules and the X server
94c0e09200SDave Airlie	  will load the correct one.
95c0e09200SDave Airlie
96c0e09200SDave Airlieconfig DRM_I915
9731db5645SLen Brown	tristate "i915 driver"
988c52da50SEric Anholt	depends on AGP_INTEL
99ca9ab100SChris Wilson	select SHMEM
1006fcefd56SDave Airlie	select DRM_KMS_HELPER
10106d9f33cSEric Anholt	select FB_CFB_FILLRECT
10206d9f33cSEric Anholt	select FB_CFB_COPYAREA
10306d9f33cSEric Anholt	select FB_CFB_IMAGEBLIT
10431db5645SLen Brown	# i915 depends on ACPI_VIDEO when ACPI is enabled
10531db5645SLen Brown	# but for select to work, need to select ACPI_VIDEO's dependencies, ick
10631db5645SLen Brown	select VIDEO_OUTPUT_CONTROL if ACPI
10731db5645SLen Brown	select BACKLIGHT_CLASS_DEVICE if ACPI
10831db5645SLen Brown	select INPUT if ACPI
10931db5645SLen Brown	select ACPI_VIDEO if ACPI
110c1c7af60SJesse Barnes	select ACPI_BUTTON if ACPI
111c0e09200SDave Airlie	help
112c0e09200SDave Airlie	  Choose this option if you have a system that has Intel 830M, 845G,
113c0e09200SDave Airlie	  852GM, 855GM 865G or 915G integrated graphics.  If M is selected, the
114c0e09200SDave Airlie	  module will be called i915.  AGP support is required for this driver
115c0e09200SDave Airlie	  to work. This driver is used by the Intel driver in X.org 6.8 and
116c0e09200SDave Airlie	  XFree86 4.4 and above. If unsure, build this and i830 as modules and
117c0e09200SDave Airlie	  the X server will load the correct one.
118c0e09200SDave Airlie
11979e53945SJesse Barnesconfig DRM_I915_KMS
12079e53945SJesse Barnes	bool "Enable modesetting on intel by default"
12179e53945SJesse Barnes	depends on DRM_I915
12279e53945SJesse Barnes	help
12379e53945SJesse Barnes	  Choose this option if you want kernel modesetting enabled by default,
12479e53945SJesse Barnes	  and you have a new enough userspace to support this. Running old
12579e53945SJesse Barnes	  userspaces with this enabled will cause pain.  Note that this causes
12679e53945SJesse Barnes	  the driver to bind to PCI devices, which precludes loading things
12779e53945SJesse Barnes	  like intelfb.
12879e53945SJesse Barnes
129a1a5c3b9SKrzysztof Heltendchoice
13079e53945SJesse Barnes
131c0e09200SDave Airlieconfig DRM_MGA
132c0e09200SDave Airlie	tristate "Matrox g200/g400"
133*f5f05c8aSDave Airlie	depends on DRM && PCI
134ece2be79SBen Hutchings	select FW_LOADER
135c0e09200SDave Airlie	help
136c0e09200SDave Airlie	  Choose this option if you have a Matrox G200, G400 or G450 graphics
137c0e09200SDave Airlie	  card.  If M is selected, the module will be called mga.  AGP
138c0e09200SDave Airlie	  support is required for this driver to work.
139c0e09200SDave Airlie
140c0e09200SDave Airlieconfig DRM_SIS
141c0e09200SDave Airlie	tristate "SiS video cards"
142c0e09200SDave Airlie	depends on DRM && AGP
143dfcf96d0SAdrian Bunk	depends on FB_SIS || FB_SIS=n
144c0e09200SDave Airlie	help
145c0e09200SDave Airlie	  Choose this option if you have a SiS 630 or compatible video
146c0e09200SDave Airlie          chipset. If M is selected the module will be called sis. AGP
147c0e09200SDave Airlie          support is required for this driver to work.
148c0e09200SDave Airlie
149c0e09200SDave Airlieconfig DRM_VIA
150c0e09200SDave Airlie	tristate "Via unichrome video cards"
151*f5f05c8aSDave Airlie	depends on DRM && PCI
152c0e09200SDave Airlie	help
153c0e09200SDave Airlie	  Choose this option if you have a Via unichrome or compatible video
154c0e09200SDave Airlie	  chipset. If M is selected the module will be called via.
155c0e09200SDave Airlie
156c0e09200SDave Airlieconfig DRM_SAVAGE
157c0e09200SDave Airlie	tristate "Savage video cards"
158*f5f05c8aSDave Airlie	depends on DRM && PCI
159c0e09200SDave Airlie	help
160c0e09200SDave Airlie	  Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
161c0e09200SDave Airlie	  chipset. If M is selected the module will be called savage.
162