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