xref: /OK3568_Linux_fs/kernel/drivers/media/platform/omap/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyunconfig VIDEO_OMAP2_VOUT_VRFB
3*4882a593Smuzhiyun	bool
4*4882a593Smuzhiyun	default y
5*4882a593Smuzhiyun	depends on VIDEO_OMAP2_VOUT && (OMAP2_VRFB || COMPILE_TEST)
6*4882a593Smuzhiyun
7*4882a593Smuzhiyunconfig VIDEO_OMAP2_VOUT
8*4882a593Smuzhiyun	tristate "OMAP2/OMAP3 V4L2-Display driver"
9*4882a593Smuzhiyun	depends on MMU
10*4882a593Smuzhiyun	depends on FB_OMAP2 || (COMPILE_TEST && FB_OMAP2=n)
11*4882a593Smuzhiyun	depends on ARCH_OMAP2 || ARCH_OMAP3 || COMPILE_TEST
12*4882a593Smuzhiyun	depends on VIDEO_V4L2
13*4882a593Smuzhiyun	select VIDEOBUF2_DMA_CONTIG
14*4882a593Smuzhiyun	select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
15*4882a593Smuzhiyun	select FRAME_VECTOR
16*4882a593Smuzhiyun	help
17*4882a593Smuzhiyun	  V4L2 Display driver support for OMAP2/3 based boards.
18