Kconfig 292 B

12345678910
  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. source "drivers/media/common/b2c2/Kconfig"
  7. source "drivers/media/common/saa7146/Kconfig"
  8. source "drivers/media/common/siano/Kconfig"