Kconfig 1.0 KB

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