summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-04-19 13:50:00 +0930
committerJoel Stanley <joel@jms.id.au>2019-03-20 15:13:32 +1030
commit090746323d27aeace402bf3c8f69013802964f33 (patch)
tree4c44097e3a97b158ad71f0c0985cb60712ac6401 /drivers/gpu/drm/Kconfig
parent78376ece92f6a5afb71dc1b17443a429f2cb0d2d (diff)
downloadblackbird-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/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 4385f00e1d05..0add64091c81 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -333,6 +333,8 @@ source "drivers/gpu/drm/tve200/Kconfig"
source "drivers/gpu/drm/xen/Kconfig"
+source "drivers/gpu/drm/aspeed/Kconfig"
+
# Keep legacy drivers last
menuconfig DRM_LEGACY
OpenPOWER on IntegriCloud