diff options
author | Joel Stanley <joel@jms.id.au> | 2019-04-03 03:19:08 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-04-04 04:27:34 +0300 |
commit | 4f2a8f5898ecd806cc0ccece1df4c0f143f80a74 (patch) | |
tree | fd039e5b9430fd7c004859fd06170ca22e1630b8 /drivers/gpu/drm/Kconfig | |
parent | eff9f244c1237f681c41dd66b811efec590e9deb (diff) | |
download | linux-4f2a8f5898ecd806cc0ccece1df4c0f143f80a74.tar.xz |
drm: Add ASPEED GFX driver
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
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 98e9ac8498c0..f74a0a21286e 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -339,6 +339,8 @@ source "drivers/gpu/drm/vboxvideo/Kconfig" source "drivers/gpu/drm/lima/Kconfig" +source "drivers/gpu/drm/aspeed/Kconfig" + # Keep legacy drivers last menuconfig DRM_LEGACY |