drm-kconfig.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. diff -Nur linux-2.6.37.orig/drivers/gpu/drm/Kconfig linux-2.6.37/drivers/gpu/drm/Kconfig
  2. --- linux-2.6.37.orig/drivers/gpu/drm/Kconfig 2011-01-05 01:50:19.000000000 +0100
  3. +++ linux-2.6.37/drivers/gpu/drm/Kconfig 2011-01-11 20:20:26.000000000 +0100
  4. @@ -80,23 +80,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. - # BKL usage in order to avoid AB-BA deadlocks, i830 may get removed
  15. - depends on BKL
  16. - help
  17. - Choose this option if you have a system that has Intel 830M, 845G,
  18. - 852GM, 855GM or 865G integrated graphics. If M is selected, the
  19. - module will be called i830. AGP support is required for this driver
  20. - to work. This driver is used by the older X releases X.org 6.7 and
  21. - XFree86 4.3. If unsure, build this and i915 as modules and the X server
  22. - will load the correct one.
  23. -
  24. config DRM_I915
  25. tristate "i915 driver"
  26. depends on AGP_INTEL
  27. @@ -130,8 +113,6 @@
  28. the driver to bind to PCI devices, which precludes loading things
  29. like intelfb.
  30. -endchoice
  31. -
  32. config DRM_MGA
  33. tristate "Matrox g200/g400"
  34. depends on DRM && PCI