xref: /linux/drivers/gpu/drm/Kconfig (revision da0df92b57311aa1b26a2a90599ed16e1e968b90)
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
12c0e09200SDave Airlie	help
13c0e09200SDave Airlie	  Kernel-level support for the Direct Rendering Infrastructure (DRI)
14c0e09200SDave Airlie	  introduced in XFree86 4.0. If you say Y here, you need to select
15c0e09200SDave Airlie	  the module that's right for your graphics card from the list below.
16c0e09200SDave Airlie	  These modules provide support for synchronization, security, and
17c0e09200SDave Airlie	  DMA transfers. Please see <http://dri.sourceforge.net/> for more
18c0e09200SDave Airlie	  details.  You should also select and configure AGP
19dcdb1674SJordan Crouse	  (/dev/agpgart) support if it is available for your platform.
20c0e09200SDave Airlie
219c1dfc55SDave Airlieconfig DRM_USB
229c1dfc55SDave Airlie	tristate
239c1dfc55SDave Airlie	depends on DRM
249c1dfc55SDave Airlie	select USB
259c1dfc55SDave Airlie
266fcefd56SDave Airlieconfig DRM_KMS_HELPER
2713a8195bSDave Airlie	tristate
2813a8195bSDave Airlie	depends on DRM
2913a8195bSDave Airlie	select FB
306a108a14SDavid Rientjes	select FRAMEBUFFER_CONSOLE if !EXPERT
31bf5192edSDave Airlie	select FRAMEBUFFER_CONSOLE_DETECT_PRIMARY if FRAMEBUFFER_CONSOLE
3213a8195bSDave Airlie	help
336fcefd56SDave Airlie	  FB and CRTC helpers for KMS drivers.
3413a8195bSDave Airlie
35*da0df92bSCarsten Emdeconfig DRM_LOAD_EDID_FIRMWARE
36*da0df92bSCarsten Emde	bool "Allow to specify an EDID data set instead of probing for it"
37*da0df92bSCarsten Emde	depends on DRM_KMS_HELPER
38*da0df92bSCarsten Emde	help
39*da0df92bSCarsten Emde	  Say Y here, if you want to use EDID data to be loaded from the
40*da0df92bSCarsten Emde	  /lib/firmware directory or one of the provided built-in
41*da0df92bSCarsten Emde	  data sets. This may be necessary, if the graphics adapter or
42*da0df92bSCarsten Emde	  monitor are unable to provide appropriate EDID data. Since this
43*da0df92bSCarsten Emde	  feature is provided as a workaround for broken hardware, the
44*da0df92bSCarsten Emde	  default case is N. Details and instructions how to build your own
45*da0df92bSCarsten Emde	  EDID data are given in Documentation/EDID/HOWTO.txt.
46*da0df92bSCarsten Emde
47ba4e7d97SThomas Hellstromconfig DRM_TTM
48771fe6b9SJerome Glisse	tristate
49ba4e7d97SThomas Hellstrom	depends on DRM
50ba4e7d97SThomas Hellstrom	help
51ba4e7d97SThomas Hellstrom	  GPU memory management subsystem for devices with multiple
52ba4e7d97SThomas Hellstrom	  GPU memory types. Will be enabled automatically if a device driver
53ba4e7d97SThomas Hellstrom	  uses it.
54ba4e7d97SThomas Hellstrom
55c0e09200SDave Airlieconfig DRM_TDFX
56c0e09200SDave Airlie	tristate "3dfx Banshee/Voodoo3+"
57c0e09200SDave Airlie	depends on DRM && PCI
58c0e09200SDave Airlie	help
59c0e09200SDave Airlie	  Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
60c0e09200SDave Airlie	  graphics card.  If M is selected, the module will be called tdfx.
61c0e09200SDave Airlie
62c0e09200SDave Airlieconfig DRM_R128
63c0e09200SDave Airlie	tristate "ATI Rage 128"
64c0e09200SDave Airlie	depends on DRM && PCI
6552f97df5SBen Hutchings	select FW_LOADER
66c0e09200SDave Airlie	help
67c0e09200SDave Airlie	  Choose this option if you have an ATI Rage 128 graphics card.  If M
68c0e09200SDave Airlie	  is selected, the module will be called r128.  AGP support for
69c0e09200SDave Airlie	  this card is strongly suggested (unless you have a PCI version).
70c0e09200SDave Airlie
71c0e09200SDave Airlieconfig DRM_RADEON
72c0e09200SDave Airlie	tristate "ATI Radeon"
73c0e09200SDave Airlie	depends on DRM && PCI
74771fe6b9SJerome Glisse	select FB_CFB_FILLRECT
75771fe6b9SJerome Glisse	select FB_CFB_COPYAREA
76771fe6b9SJerome Glisse	select FB_CFB_IMAGEBLIT
7770967ab9SBen Hutchings	select FW_LOADER
78a0cdc649SDave Airlie        select DRM_KMS_HELPER
79a0cdc649SDave Airlie        select DRM_TTM
805d9b7e2dSDave Airlie	select POWER_SUPPLY
8121a8122aSAlex Deucher	select HWMON
82c0e09200SDave Airlie	help
83c0e09200SDave Airlie	  Choose this option if you have an ATI Radeon graphics card.  There
84c0e09200SDave Airlie	  are both PCI and AGP versions.  You don't need to choose this to
85c0e09200SDave Airlie	  run the Radeon in plain VGA mode.
86c0e09200SDave Airlie
87c0e09200SDave Airlie	  If M is selected, the module will be called radeon.
88c0e09200SDave Airlie
89f71d0187SDave Airliesource "drivers/gpu/drm/radeon/Kconfig"
90f71d0187SDave Airlie
91c0e09200SDave Airlieconfig DRM_I810
92c0e09200SDave Airlie	tristate "Intel I810"
931f692a14SArnd Bergmann	# !PREEMPT because of missing ioctl locking
941f692a14SArnd Bergmann	depends on DRM && AGP && AGP_INTEL && (!PREEMPT || BROKEN)
95c0e09200SDave Airlie	help
96c0e09200SDave Airlie	  Choose this option if you have an Intel I810 graphics card.  If M is
97c0e09200SDave Airlie	  selected, the module will be called i810.  AGP support is required
98c0e09200SDave Airlie	  for this driver to work.
99c0e09200SDave Airlie
100c0e09200SDave Airlieconfig DRM_I915
1017f506847SArnd Bergmann	tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics"
1027f506847SArnd Bergmann	depends on DRM
1037f506847SArnd Bergmann	depends on AGP
1048c52da50SEric Anholt	depends on AGP_INTEL
105f7ab9b40SChris Wilson	# we need shmfs for the swappable backing store, and in particular
106f7ab9b40SChris Wilson	# the shmem_readpage() which depends upon tmpfs
107ca9ab100SChris Wilson	select SHMEM
108f7ab9b40SChris Wilson	select TMPFS
1096fcefd56SDave Airlie	select DRM_KMS_HELPER
11006d9f33cSEric Anholt	select FB_CFB_FILLRECT
11106d9f33cSEric Anholt	select FB_CFB_COPYAREA
11206d9f33cSEric Anholt	select FB_CFB_IMAGEBLIT
11331db5645SLen Brown	# i915 depends on ACPI_VIDEO when ACPI is enabled
11431db5645SLen Brown	# but for select to work, need to select ACPI_VIDEO's dependencies, ick
11544a1dabfSRandy Dunlap	select BACKLIGHT_LCD_SUPPORT if ACPI
11631db5645SLen Brown	select BACKLIGHT_CLASS_DEVICE if ACPI
117cbf15bdbSKonstantin Khlebnikov	select VIDEO_OUTPUT_CONTROL if ACPI
11831db5645SLen Brown	select INPUT if ACPI
11931db5645SLen Brown	select ACPI_VIDEO if ACPI
120c1c7af60SJesse Barnes	select ACPI_BUTTON if ACPI
121c0e09200SDave Airlie	help
1227f506847SArnd Bergmann	  Choose this option if you have a system that has "Intel Graphics
1237f506847SArnd Bergmann	  Media Accelerator" or "HD Graphics" integrated graphics,
1247f506847SArnd Bergmann	  including 830M, 845G, 852GM, 855GM, 865G, 915G, 945G, 965G,
1257f506847SArnd Bergmann	  G35, G41, G43, G45 chipsets and Celeron, Pentium, Core i3,
1267f506847SArnd Bergmann	  Core i5, Core i7 as well as Atom CPUs with integrated graphics.
1277f506847SArnd Bergmann	  If M is selected, the module will be called i915.  AGP support
1287f506847SArnd Bergmann	  is required for this driver to work. This driver is used by
1297f506847SArnd Bergmann	  the Intel driver in X.org 6.8 and XFree86 4.4 and above. It
1307f506847SArnd Bergmann	  replaces the older i830 module that supported a subset of the
1317f506847SArnd Bergmann	  hardware in older X.org releases.
1327f506847SArnd Bergmann
1337f506847SArnd Bergmann	  Note that the older i810/i815 chipsets require the use of the
1347f506847SArnd Bergmann	  i810 driver instead, and the Atom z5xx series has an entirely
1357f506847SArnd Bergmann	  different implementation.
136c0e09200SDave Airlie
13779e53945SJesse Barnesconfig DRM_I915_KMS
13879e53945SJesse Barnes	bool "Enable modesetting on intel by default"
13979e53945SJesse Barnes	depends on DRM_I915
14079e53945SJesse Barnes	help
14179e53945SJesse Barnes	  Choose this option if you want kernel modesetting enabled by default,
14279e53945SJesse Barnes	  and you have a new enough userspace to support this. Running old
14379e53945SJesse Barnes	  userspaces with this enabled will cause pain.  Note that this causes
14479e53945SJesse Barnes	  the driver to bind to PCI devices, which precludes loading things
14579e53945SJesse Barnes	  like intelfb.
14679e53945SJesse Barnes
147c0e09200SDave Airlieconfig DRM_MGA
148c0e09200SDave Airlie	tristate "Matrox g200/g400"
149f5f05c8aSDave Airlie	depends on DRM && PCI
150ece2be79SBen Hutchings	select FW_LOADER
151c0e09200SDave Airlie	help
152c0e09200SDave Airlie	  Choose this option if you have a Matrox G200, G400 or G450 graphics
153c0e09200SDave Airlie	  card.  If M is selected, the module will be called mga.  AGP
154c0e09200SDave Airlie	  support is required for this driver to work.
155c0e09200SDave Airlie
156c0e09200SDave Airlieconfig DRM_SIS
157c0e09200SDave Airlie	tristate "SiS video cards"
158c0e09200SDave Airlie	depends on DRM && AGP
159dfcf96d0SAdrian Bunk	depends on FB_SIS || FB_SIS=n
160c0e09200SDave Airlie	help
161c0e09200SDave Airlie	  Choose this option if you have a SiS 630 or compatible video
162c0e09200SDave Airlie          chipset. If M is selected the module will be called sis. AGP
163c0e09200SDave Airlie          support is required for this driver to work.
164c0e09200SDave Airlie
165c0e09200SDave Airlieconfig DRM_VIA
166c0e09200SDave Airlie	tristate "Via unichrome video cards"
167f5f05c8aSDave Airlie	depends on DRM && PCI
168c0e09200SDave Airlie	help
169c0e09200SDave Airlie	  Choose this option if you have a Via unichrome or compatible video
170c0e09200SDave Airlie	  chipset. If M is selected the module will be called via.
171c0e09200SDave Airlie
172c0e09200SDave Airlieconfig DRM_SAVAGE
173c0e09200SDave Airlie	tristate "Savage video cards"
174f5f05c8aSDave Airlie	depends on DRM && PCI
175c0e09200SDave Airlie	help
176c0e09200SDave Airlie	  Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
177c0e09200SDave Airlie	  chipset. If M is selected the module will be called savage.
1781c248b7dSInki Dae
1791c248b7dSInki Daesource "drivers/gpu/drm/exynos/Kconfig"
1805a7b74beSThomas Hellstrom
1815a7b74beSThomas Hellstromsource "drivers/gpu/drm/vmwgfx/Kconfig"
18291c75492SAlan Cox
18391c75492SAlan Coxsource "drivers/gpu/drm/gma500/Kconfig"
18491c75492SAlan Cox
1855320918bSDave Airliesource "drivers/gpu/drm/udl/Kconfig"
186