Kconfig 504 B

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