Kconfig 1009 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # DVB device configuration
  3. #
  4. menuconfig DVB_CAPTURE_DRIVERS
  5. bool "DVB/ATSC PCI adapters"
  6. depends on DVB_CORE
  7. default y
  8. ---help---
  9. Say Y to select Digital TV adapters
  10. if DVB_CAPTURE_DRIVERS && DVB_CORE && PCI && I2C
  11. comment "Supported SAA7146 based PCI Adapters"
  12. source "drivers/media/pci/ttpci/Kconfig"
  13. comment "Supported FlexCopII (B2C2) PCI Adapters"
  14. source "drivers/media/pci/b2c2/Kconfig"
  15. comment "Supported BT878 Adapters"
  16. source "drivers/media/pci/bt8xx/Kconfig"
  17. comment "Supported Pluto2 Adapters"
  18. source "drivers/media/pci/pluto2/Kconfig"
  19. comment "Supported SDMC DM1105 Adapters"
  20. source "drivers/media/pci/dm1105/Kconfig"
  21. comment "Supported Earthsoft PT1 Adapters"
  22. source "drivers/media/pci/pt1/Kconfig"
  23. comment "Supported Mantis Adapters"
  24. source "drivers/media/pci/mantis/Kconfig"
  25. comment "Supported nGene Adapters"
  26. source "drivers/media/pci/ngene/Kconfig"
  27. comment "Supported ddbridge ('Octopus') Adapters"
  28. source "drivers/media/pci/ddbridge/Kconfig"
  29. endif # DVB_CAPTURE_DRIVERS