KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel
[linux/fpc-iii.git] / drivers / media / common / Kconfig
blob1990b7f09454edaf80aa799351a9954692d5226d
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
6 comment "common driver options"
7         depends on MEDIA_COMMON_OPTIONS
9 config VIDEO_CX2341X
10         tristate
12 config VIDEO_TVEEPROM
13         tristate
14         depends on I2C
16 config CYPRESS_FIRMWARE
17         tristate "Cypress firmware helper routines"
18         depends on USB
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"