Kconfig 986 B

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