Kconfig 504 B

12345678910111213141516171819202122232425
  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. config CYPRESS_FIRMWARE
  15. tristate "Cypress firmware helper routines"
  16. depends on USB
  17. source "drivers/media/common/b2c2/Kconfig"
  18. source "drivers/media/common/saa7146/Kconfig"
  19. source "drivers/media/common/siano/Kconfig"