GNU Linux-libre 5.19-rc6-gnu
[releases.git] / drivers / media / common / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 # Used by common drivers, when they need to ask questions
3 config MEDIA_COMMON_OPTIONS
4         bool
5
6 comment "common driver options"
7         depends on MEDIA_COMMON_OPTIONS
8
9 config CYPRESS_FIRMWARE
10         tristate
11         depends on USB
12
13 config TTPCI_EEPROM
14         tristate
15         depends on I2C
16
17 config VIDEO_CX2341X
18         tristate
19
20 config VIDEO_TVEEPROM
21         tristate
22         depends on I2C
23
24 source "drivers/media/common/b2c2/Kconfig"
25 source "drivers/media/common/saa7146/Kconfig"
26 source "drivers/media/common/siano/Kconfig"
27 source "drivers/media/common/v4l2-tpg/Kconfig"
28 source "drivers/media/common/videobuf2/Kconfig"