Kconfig 559 B

123456789101112131415161718192021222324
  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 VIDEO_CX2341X
  8. tristate
  9. config VIDEO_TVEEPROM
  10. tristate
  11. depends on I2C
  12. config CYPRESS_FIRMWARE
  13. tristate
  14. depends on USB
  15. source "drivers/media/common/videobuf2/Kconfig"
  16. source "drivers/media/common/b2c2/Kconfig"
  17. source "drivers/media/common/saa7146/Kconfig"
  18. source "drivers/media/common/siano/Kconfig"
  19. source "drivers/media/common/v4l2-tpg/Kconfig"