Kconfig 324 B

12345678910111213
  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. source "drivers/media/common/b2c2/Kconfig"
  9. source "drivers/media/common/saa7146/Kconfig"
  10. source "drivers/media/common/siano/Kconfig"