Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. config DRM_GMA500
  2. tristate "Intel GMA5/600 KMS Framebuffer"
  3. depends on DRM && PCI && X86
  4. select FB_CFB_COPYAREA
  5. select FB_CFB_FILLRECT
  6. select FB_CFB_IMAGEBLIT
  7. select DRM_KMS_HELPER
  8. select DRM_KMS_FB_HELPER
  9. select DRM_TTM
  10. # GMA500 depends on ACPI_VIDEO when ACPI is enabled, just like i915
  11. select ACPI_VIDEO if ACPI
  12. select BACKLIGHT_CLASS_DEVICE if ACPI
  13. select INPUT if ACPI
  14. help
  15. Say yes for an experimental 2D KMS framebuffer driver for the
  16. Intel GMA500 ('Poulsbo') and other Intel IMG based graphics
  17. devices.
  18. config DRM_GMA600
  19. bool "Intel GMA600 support (Experimental)"
  20. depends on DRM_GMA500
  21. help
  22. Say yes to include support for GMA600 (Intel Moorestown/Oaktrail)
  23. platforms with LVDS ports. MIPI is not currently supported.
  24. config DRM_GMA3600
  25. bool "Intel GMA3600/3650 support (Experimental)"
  26. depends on DRM_GMA500
  27. help
  28. Say yes to include basic support for Intel GMA3600/3650 (Intel
  29. Cedar Trail) platforms.
  30. config DRM_MEDFIELD
  31. bool "Intel Medfield support (Experimental)"
  32. depends on DRM_GMA500 && X86_INTEL_MID
  33. help
  34. Say yes to include support for the Intel Medfield platform.