Kconfig 799 B

123456789101112131415161718192021222324
  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. help
  9. Support the "LCD" controllers found on the Marvell Armada 510
  10. devices. There are two controllers on the device, each controller
  11. supports graphics and video overlays.
  12. This driver provides no built-in acceleration; acceleration is
  13. performed by other IP found on the SoC. This driver provides
  14. kernel mode setting and buffer management to userspace.
  15. config DRM_ARMADA_TDA1998X
  16. bool "Support TDA1998X HDMI output"
  17. depends on DRM_ARMADA != n
  18. depends on I2C && DRM_I2C_NXP_TDA998X = y
  19. default y
  20. help
  21. Support the TDA1998x HDMI output device found on the Solid-Run
  22. CuBox.