Kconfig 459 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_TVEEPROM
  9. tristate
  10. depends on I2C
  11. config CYPRESS_FIRMWARE
  12. tristate "Cypress firmware helper routines"
  13. depends on USB
  14. source "drivers/media/common/b2c2/Kconfig"
  15. source "drivers/media/common/saa7146/Kconfig"
  16. source "drivers/media/common/siano/Kconfig"