mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 11:50:52 +07:00
51dacf2089
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
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
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.
|