mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 16:26:39 +07:00
0095ed4cba
Currently enabling Marvell Armada DRM support automatically pulls in fbdev dependency. However this dep is unnecessary since DRM core already handles this for us (DRM_FBDEV_EMULATION). Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1468586897-32298-3-git-send-email-tjakobi@math.uni-bielefeld.de
13 lines
497 B
Plaintext
13 lines
497 B
Plaintext
config DRM_ARMADA
|
|
tristate "DRM support for Marvell Armada SoCs"
|
|
depends on DRM && HAVE_CLK && ARM
|
|
select DRM_KMS_HELPER
|
|
help
|
|
Support the "LCD" controllers found on the Marvell Armada 510
|
|
devices. There are two controllers on the device, each controller
|
|
supports graphics and video overlays.
|
|
|
|
This driver provides no built-in acceleration; acceleration is
|
|
performed by other IP found on the SoC. This driver provides
|
|
kernel mode setting and buffer management to userspace.
|