brintos

brintos / linux-shallow public Read only

0
0
Text · 649 B · adcb665 Raw
32 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# Used by common drivers, when they need to ask questions3config MEDIA_COMMON_OPTIONS4	bool5 6comment "common driver options"7	depends on MEDIA_COMMON_OPTIONS8 9config CYPRESS_FIRMWARE10	tristate11	depends on USB12 13config TTPCI_EEPROM14        tristate15        depends on I2C16 17config UVC_COMMON18	tristate19 20config VIDEO_CX2341X21	tristate22 23config VIDEO_TVEEPROM24	tristate25	depends on I2C26 27source "drivers/media/common/b2c2/Kconfig"28source "drivers/media/common/saa7146/Kconfig"29source "drivers/media/common/siano/Kconfig"30source "drivers/media/common/v4l2-tpg/Kconfig"31source "drivers/media/common/videobuf2/Kconfig"32