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 v3.8-rc2 14 lines 399 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 ARCH_OMAP2 || ARCH_OMAP3 7 select VIDEOBUF_GEN 8 select VIDEOBUF_DMA_CONTIG 9 select OMAP2_DSS 10 select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3 11 select VIDEO_OMAP2_VOUT_VRFB if VIDEO_OMAP2_VOUT && OMAP2_VRFB 12 default n 13 ---help--- 14 V4L2 Display driver support for OMAP2/3 based boards.