M7350/kernel/drivers/media/common/Kconfig

26 lines
504 B
Plaintext
Raw Permalink Normal View History

2024-09-09 08:57:42 +00:00
# Used by common drivers, when they need to ask questions
config MEDIA_COMMON_OPTIONS
bool
comment "common driver options"
depends on MEDIA_COMMON_OPTIONS
config VIDEO_CX2341X
tristate
config VIDEO_BTCX
depends on PCI
2024-09-09 08:52:07 +00:00
tristate
2024-09-09 08:57:42 +00:00
config VIDEO_TVEEPROM
2024-09-09 08:52:07 +00:00
tristate
2024-09-09 08:57:42 +00:00
depends on I2C
config CYPRESS_FIRMWARE
tristate "Cypress firmware helper routines"
depends on USB
source "drivers/media/common/b2c2/Kconfig"
source "drivers/media/common/saa7146/Kconfig"
source "drivers/media/common/siano/Kconfig"