treewide: Add SPDX license identifier - Makefile/Kconfig
[sfrench/cifs-2.6.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 VIDEO_CX2341X
10         tristate
11
12 config VIDEO_TVEEPROM
13         tristate
14         depends on I2C
15
16 config CYPRESS_FIRMWARE
17         tristate "Cypress firmware helper routines"
18         depends on USB
19
20 source "drivers/media/common/videobuf2/Kconfig"
21 source "drivers/media/common/b2c2/Kconfig"
22 source "drivers/media/common/saa7146/Kconfig"
23 source "drivers/media/common/siano/Kconfig"
24 source "drivers/media/common/v4l2-tpg/Kconfig"