Kconfig 341 B

12345678910111213
  1. config DRM_PSB
  2. tristate "Intel GMA500 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_TTM
  9. help
  10. Say yes for an experimental KMS framebuffer driver for the
  11. Intel GMA500 ('Poulsbo') graphics support.