Kconfig (762f99f4f3cb41a775b5157dd761217beba65873) Kconfig (6cdc31b2d7095af3d39f001b0d4e367a6f32664e)
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
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
9config CYPRESS_FIRMWARE
10 tristate
10 tristate
11 depends on USB
11
12
12config VIDEO_TVEEPROM
13 tristate
14 depends on I2C
15
16config TTPCI_EEPROM
17 tristate
18 depends on I2C
19
13config TTPCI_EEPROM
14 tristate
15 depends on I2C
16
20config CYPRESS_FIRMWARE
17config VIDEO_CX2341X
21 tristate
18 tristate
22 depends on USB
23
19
24source "drivers/media/common/videobuf2/Kconfig"
20config VIDEO_TVEEPROM
21 tristate
22 depends on I2C
23
25source "drivers/media/common/b2c2/Kconfig"
26source "drivers/media/common/saa7146/Kconfig"
27source "drivers/media/common/siano/Kconfig"
28source "drivers/media/common/v4l2-tpg/Kconfig"
24source "drivers/media/common/b2c2/Kconfig"
25source "drivers/media/common/saa7146/Kconfig"
26source "drivers/media/common/siano/Kconfig"
27source "drivers/media/common/v4l2-tpg/Kconfig"
28source "drivers/media/common/videobuf2/Kconfig"