Home | History | Annotate | Line # | Download | only in i915
Kconfig revision 1.2
      1  1.1  riastrad config DRM_I915
      2  1.1  riastrad 	tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics"
      3  1.1  riastrad 	depends on DRM
      4  1.1  riastrad 	depends on X86 && PCI
      5  1.1  riastrad 	depends on (AGP || AGP=n)
      6  1.1  riastrad 	select INTEL_GTT
      7  1.1  riastrad 	select AGP_INTEL if AGP
      8  1.2  riastrad 	select INTERVAL_TREE
      9  1.1  riastrad 	# we need shmfs for the swappable backing store, and in particular
     10  1.1  riastrad 	# the shmem_readpage() which depends upon tmpfs
     11  1.1  riastrad 	select SHMEM
     12  1.1  riastrad 	select TMPFS
     13  1.1  riastrad 	select DRM_KMS_HELPER
     14  1.2  riastrad 	select DRM_PANEL
     15  1.2  riastrad 	select DRM_MIPI_DSI
     16  1.1  riastrad 	# i915 depends on ACPI_VIDEO when ACPI is enabled
     17  1.1  riastrad 	# but for select to work, need to select ACPI_VIDEO's dependencies, ick
     18  1.1  riastrad 	select BACKLIGHT_LCD_SUPPORT if ACPI
     19  1.1  riastrad 	select BACKLIGHT_CLASS_DEVICE if ACPI
     20  1.1  riastrad 	select INPUT if ACPI
     21  1.1  riastrad 	select ACPI_VIDEO if ACPI
     22  1.1  riastrad 	select ACPI_BUTTON if ACPI
     23  1.1  riastrad 	help
     24  1.1  riastrad 	  Choose this option if you have a system that has "Intel Graphics
     25  1.1  riastrad 	  Media Accelerator" or "HD Graphics" integrated graphics,
     26  1.1  riastrad 	  including 830M, 845G, 852GM, 855GM, 865G, 915G, 945G, 965G,
     27  1.1  riastrad 	  G35, G41, G43, G45 chipsets and Celeron, Pentium, Core i3,
     28  1.1  riastrad 	  Core i5, Core i7 as well as Atom CPUs with integrated graphics.
     29  1.1  riastrad 	  If M is selected, the module will be called i915.  AGP support
     30  1.1  riastrad 	  is required for this driver to work. This driver is used by
     31  1.1  riastrad 	  the Intel driver in X.org 6.8 and XFree86 4.4 and above. It
     32  1.1  riastrad 	  replaces the older i830 module that supported a subset of the
     33  1.1  riastrad 	  hardware in older X.org releases.
     34  1.1  riastrad 
     35  1.1  riastrad 	  Note that the older i810/i815 chipsets require the use of the
     36  1.1  riastrad 	  i810 driver instead, and the Atom z5xx series has an entirely
     37  1.1  riastrad 	  different implementation.
     38  1.1  riastrad 
     39  1.1  riastrad config DRM_I915_PRELIMINARY_HW_SUPPORT
     40  1.1  riastrad 	bool "Enable preliminary support for prerelease Intel hardware by default"
     41  1.1  riastrad 	depends on DRM_I915
     42  1.1  riastrad 	default n
     43  1.1  riastrad 	help
     44  1.1  riastrad 	  Choose this option if you have prerelease Intel hardware and want the
     45  1.1  riastrad 	  i915 driver to support it by default.  You can enable such support at
     46  1.1  riastrad 	  runtime with the module option i915.preliminary_hw_support=1; this
     47  1.1  riastrad 	  option changes the default for that module option.
     48  1.1  riastrad 
     49  1.1  riastrad 	  If in doubt, say "N".
     50