drm: Add support of ARC PGU display controller
ARC PGU could be found on some development boards from Synopsys. This is a simple byte streamer that reads data from a framebuffer and sends data to the single encoder. Signed-off-by: Carlos Palminha <palminha@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: David Airlie <airlied@linux.ie> Cc: dri-devel@lists.freedesktop.org Cc: linux-snps-arc@lists.infradead.org
This commit is contained in:

committed by
Alexey Brodkin

parent
027b3f8ba9
commit
51dacf2089
10
drivers/gpu/drm/arc/Kconfig
Normal file
10
drivers/gpu/drm/arc/Kconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
config DRM_ARCPGU
|
||||
tristate "ARC PGU"
|
||||
depends on DRM && OF
|
||||
select DRM_KMS_CMA_HELPER
|
||||
select DRM_KMS_FB_HELPER
|
||||
select DRM_KMS_HELPER
|
||||
help
|
||||
Choose this option if you have an ARC PGU controller.
|
||||
|
||||
If M is selected the module will be called arcpgu.
|
Reference in New Issue
Block a user