aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-08-18 20:23:01 +0200
committerMarek Vasut <marex@denx.de>2016-12-06 03:02:26 +0100
commit45d59d704080cc0c914b7cff24ccf19f12b9ce23 (patch)
tree5c0f661aa30b7c9c1e919604d187ebf246a81dd2 /drivers/gpu/drm/Makefile
parentdt-bindings: mxsfb: Add new bindings for the MXSFB driver (diff)
downloadlinux-dev-45d59d704080cc0c914b7cff24ccf19f12b9ce23.tar.xz
linux-dev-45d59d704080cc0c914b7cff24ccf19f12b9ce23.zip
drm: Add new driver for MXSFB controller
Add new driver for the MXSFB controller found in i.MX23/28/6SX . The MXSFB controller is a simple framebuffer controller with one parallel LCD output. Unlike the MXSFB fbdev driver that is used on these systems now, this driver uses the DRM/KMS framework. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Lucas Stach <l.stach@pengutronix.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/Makefile')
-rw-r--r--drivers/gpu/drm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
index 883f3e75cfbc..b4723e66d1d8 100644
--- a/drivers/gpu/drm/Makefile
+++ b/drivers/gpu/drm/Makefile
@@ -89,3 +89,4 @@ obj-$(CONFIG_DRM_ETNAVIV) += etnaviv/
obj-$(CONFIG_DRM_ARCPGU)+= arc/
obj-y += hisilicon/
obj-$(CONFIG_DRM_ZTE) += zte/
+obj-$(CONFIG_DRM_MXSFB) += mxsfb/