mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 18:24:14 +08:00
45d59d7040
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>
3 lines
83 B
Makefile
3 lines
83 B
Makefile
mxsfb-y := mxsfb_drv.o mxsfb_crtc.o mxsfb_out.o
|
|
obj-$(CONFIG_DRM_MXSFB) += mxsfb.o
|