forked from Minki/linux
4f2a8f5898
This driver is for the ASPEED BMC SoC's GFX display hardware. This driver runs on the ARM based BMC systems, unlike the ast driver which runs on a host CPU and is is for a PCI graphics device. Signed-off-by: Joel Stanley <joel@jms.id.au> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Noralf Trønnes <noralf@tronnes.org> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20190403001909.31637-3-joel@jms.id.au
15 lines
355 B
Plaintext
15 lines
355 B
Plaintext
config DRM_ASPEED_GFX
|
|
tristate "ASPEED BMC Display Controller"
|
|
depends on DRM && OF
|
|
select DRM_KMS_HELPER
|
|
select DRM_KMS_CMA_HELPER
|
|
select DRM_PANEL
|
|
select DMA_CMA
|
|
select CMA
|
|
select MFD_SYSCON
|
|
help
|
|
Chose this option if you have an ASPEED AST2500 SOC Display
|
|
Controller (aka GFX).
|
|
|
|
If M is selected this module will be called aspeed_gfx.
|