diff options
| author | Joel Stanley <joel@jms.id.au> | 2018-04-19 13:50:00 +0930 |
|---|---|---|
| committer | Joel Stanley <joel@jms.id.au> | 2019-03-20 15:13:32 +1030 |
| commit | 090746323d27aeace402bf3c8f69013802964f33 (patch) | |
| tree | 4c44097e3a97b158ad71f0c0985cb60712ac6401 /drivers/gpu/drm/Makefile | |
| parent | 78376ece92f6a5afb71dc1b17443a429f2cb0d2d (diff) | |
| download | blackbird-obmc-linux-090746323d27aeace402bf3c8f69013802964f33.tar.gz blackbird-obmc-linux-090746323d27aeace402bf3c8f69013802964f33.zip | |
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.
OpenBMC-Staging-Count: 4
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'drivers/gpu/drm/Makefile')
| -rw-r--r-- | drivers/gpu/drm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile index ce8d1d384319..8e2f12af0a09 100644 --- a/drivers/gpu/drm/Makefile +++ b/drivers/gpu/drm/Makefile @@ -109,3 +109,4 @@ obj-$(CONFIG_DRM_TINYDRM) += tinydrm/ obj-$(CONFIG_DRM_PL111) += pl111/ obj-$(CONFIG_DRM_TVE200) += tve200/ obj-$(CONFIG_DRM_XEN) += xen/ +obj-$(CONFIG_DRM_ASPEED_GFX) += aspeed/ |

