Kconfig 649 B

12345678910111213141516171819202122232425262728293031
  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
  5. comment "common driver options"
  6. depends on MEDIA_COMMON_OPTIONS
  7. config CYPRESS_FIRMWARE
  8. tristate
  9. depends on USB
  10. config TTPCI_EEPROM
  11. tristate
  12. depends on I2C
  13. config UVC_COMMON
  14. tristate
  15. config VIDEO_CX2341X
  16. tristate
  17. config VIDEO_TVEEPROM
  18. tristate
  19. depends on I2C
  20. source "drivers/media/common/b2c2/Kconfig"
  21. source "drivers/media/common/saa7146/Kconfig"
  22. source "drivers/media/common/siano/Kconfig"
  23. source "drivers/media/common/v4l2-tpg/Kconfig"
  24. source "drivers/media/common/videobuf2/Kconfig"