Kconfig 418 B

123456789101112131415161718192021
  1. # Used by common drivers, when they need to ask questions
  2. config MEDIA_COMMON_OPTIONS
  3. bool
  4. comment "common driver options"
  5. depends on MEDIA_COMMON_OPTIONS
  6. config VIDEO_CX2341X
  7. tristate
  8. config VIDEO_BTCX
  9. depends on PCI
  10. tristate
  11. config VIDEO_TVEEPROM
  12. tristate
  13. depends on I2C
  14. source "drivers/media/common/b2c2/Kconfig"
  15. source "drivers/media/common/saa7146/Kconfig"
  16. source "drivers/media/common/siano/Kconfig"