Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

if CONFIG_MMP_DISP

config CONFIG_MMP_FB
	tristate "fb driver for Marvell MMP Display Subsystem"
	depends on CONFIG_FB
	select CONFIG_FB_CFB_FILLRECT
	select CONFIG_FB_CFB_COPYAREA
	select CONFIG_FB_CFB_IMAGEBLIT
	default y
	help
		fb driver for Marvell MMP Display Subsystem

endif