]> Git Repo - J-linux.git/blob - drivers/gpu/drm/armada/Kconfig
Merge tag 'input-for-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor...
[J-linux.git] / drivers / gpu / drm / armada / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config DRM_ARMADA
3         tristate "DRM support for Marvell Armada SoCs"
4         depends on DRM && HAVE_CLK && ARM && MMU
5         select DRM_KMS_HELPER
6         select FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION
7         help
8           Support the "LCD" controllers found on the Marvell Armada 510
9           devices.  There are two controllers on the device, each controller
10           supports graphics and video overlays.
11
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.
This page took 0.026927 seconds and 4 git commands to generate.