drm-kconfig.patch 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. diff -Nur linux-2.6.36.orig/drivers/gpu/drm/Kconfig linux-2.6.36/drivers/gpu/drm/Kconfig
  2. --- linux-2.6.36.orig/drivers/gpu/drm/Kconfig 2010-10-20 22:30:22.000000000 +0200
  3. +++ linux-2.6.36/drivers/gpu/drm/Kconfig 2010-11-24 23:08:39.707247343 +0100
  4. @@ -79,21 +79,6 @@
  5. selected, the module will be called i810. AGP support is required
  6. for this driver to work.
  7. -choice
  8. - prompt "Intel 830M, 845G, 852GM, 855GM, 865G"
  9. - depends on DRM && AGP && AGP_INTEL
  10. - optional
  11. -
  12. -config DRM_I830
  13. - tristate "i830 driver"
  14. - help
  15. - Choose this option if you have a system that has Intel 830M, 845G,
  16. - 852GM, 855GM or 865G integrated graphics. If M is selected, the
  17. - module will be called i830. AGP support is required for this driver
  18. - to work. This driver is used by the older X releases X.org 6.7 and
  19. - XFree86 4.3. If unsure, build this and i915 as modules and the X server
  20. - will load the correct one.
  21. -
  22. config DRM_I915
  23. tristate "i915 driver"
  24. depends on AGP_INTEL
  25. @@ -127,8 +112,6 @@
  26. the driver to bind to PCI devices, which precludes loading things
  27. like intelfb.
  28. -endchoice
  29. -
  30. config DRM_MGA
  31. tristate "Matrox g200/g400"
  32. depends on DRM && PCI