Kconfig 1.0 KB

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