Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2# Used by common drivers, when they need to ask questions
3config MEDIA_COMMON_OPTIONS
4 bool
5
6comment "common driver options"
7 depends on MEDIA_COMMON_OPTIONS
8
9config VIDEO_CX2341X
10 tristate
11
12config VIDEO_TVEEPROM
13 tristate
14 depends on I2C
15
16config CYPRESS_FIRMWARE
17 tristate
18 depends on USB
19
20source "drivers/media/common/videobuf2/Kconfig"
21source "drivers/media/common/b2c2/Kconfig"
22source "drivers/media/common/saa7146/Kconfig"
23source "drivers/media/common/siano/Kconfig"
24source "drivers/media/common/v4l2-tpg/Kconfig"