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.1 15 lines 446 B view raw
1config VIDEO_OMAP2_VOUT_VRFB 2 bool 3 4config VIDEO_OMAP2_VOUT 5 tristate "OMAP2/OMAP3 V4L2-Display driver" 6 depends on MMU 7 depends on ARCH_OMAP2 || ARCH_OMAP3 8 select VIDEOBUF_GEN 9 select VIDEOBUF_DMA_CONTIG 10 select OMAP2_DSS if HAS_IOMEM && ARCH_OMAP2PLUS 11 select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3 12 select VIDEO_OMAP2_VOUT_VRFB if VIDEO_OMAP2_VOUT && OMAP2_VRFB 13 default n 14 ---help--- 15 V4L2 Display driver support for OMAP2/3 based boards.