Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.7-rc1 13 lines 241 B view raw
1if MMP_DISP 2 3config MMP_FB 4 tristate "fb driver for Marvell MMP Display Subsystem" 5 depends on FB 6 select FB_CFB_FILLRECT 7 select FB_CFB_COPYAREA 8 select FB_CFB_IMAGEBLIT 9 default y 10 help 11 fb driver for Marvell MMP Display Subsystem 12 13endif