Kconfig 596 B

12345678910111213141516
  1. config DRM_ARMADA
  2. tristate "DRM support for Marvell Armada SoCs"
  3. depends on DRM && HAVE_CLK && ARM
  4. select FB_CFB_FILLRECT
  5. select FB_CFB_COPYAREA
  6. select FB_CFB_IMAGEBLIT
  7. select DRM_KMS_HELPER
  8. select DRM_KMS_FB_HELPER
  9. help
  10. Support the "LCD" controllers found on the Marvell Armada 510
  11. devices. There are two controllers on the device, each controller
  12. supports graphics and video overlays.
  13. This driver provides no built-in acceleration; acceleration is
  14. performed by other IP found on the SoC. This driver provides
  15. kernel mode setting and buffer management to userspace.