mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-27 00:04:47 +08:00
b60a5b8dcf
Checkpatch wants to use 'help' instead of '---help---': WARNING: prefer 'help' over '---help---' for new help texts Let's change it globally at the media subsystem, as otherwise people would keep using the old way. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
19 lines
512 B
Plaintext
19 lines
512 B
Plaintext
config VIDEO_OMAP2_VOUT_VRFB
|
|
bool
|
|
default y
|
|
depends on VIDEO_OMAP2_VOUT && (OMAP2_VRFB || COMPILE_TEST)
|
|
|
|
config VIDEO_OMAP2_VOUT
|
|
tristate "OMAP2/OMAP3 V4L2-Display driver"
|
|
depends on MMU
|
|
depends on FB_OMAP2 || (COMPILE_TEST && FB_OMAP2=n)
|
|
depends on ARCH_OMAP2 || ARCH_OMAP3 || COMPILE_TEST
|
|
depends on VIDEO_V4L2
|
|
select VIDEOBUF_GEN
|
|
select VIDEOBUF_DMA_CONTIG
|
|
select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
|
|
select FRAME_VECTOR
|
|
default n
|
|
help
|
|
V4L2 Display driver support for OMAP2/3 based boards.
|