Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. config VIDEO_SAA7134
  2. tristate "Philips SAA7134 support"
  3. depends on VIDEO_DEV && PCI && I2C && SOUND
  4. select VIDEO_BUF
  5. select VIDEO_IR
  6. select VIDEO_TUNER
  7. select CRC32
  8. ---help---
  9. This is a video4linux driver for Philips SAA713x based
  10. TV cards.
  11. To compile this driver as a module, choose M here: the
  12. module will be called saa7134.
  13. config VIDEO_SAA7134_DVB
  14. tristate "DVB Support for saa7134 based TV cards"
  15. depends on VIDEO_SAA7134 && DVB_CORE
  16. select VIDEO_BUF_DVB
  17. ---help---
  18. This adds support for DVB cards based on the
  19. Philips saa7134 chip.
  20. To compile this driver as a module, choose M here: the
  21. module will be called saa7134-dvb.
  22. You must also select one or more DVB demodulators.
  23. If you are unsure which you need, choose all of them.
  24. config VIDEO_SAA7134_DVB_ALL_FRONTENDS
  25. bool "Build all supported frontends for saa7134 based TV cards"
  26. default y
  27. depends on VIDEO_SAA7134_DVB
  28. select DVB_MT352
  29. select DVB_TDA1004X
  30. ---help---
  31. This builds saa7134-dvb with all currently supported frontend
  32. demodulators. If you wish to tweak your configuration, and
  33. only include support for the hardware that you need, choose N here.
  34. If you are unsure, choose Y.
  35. config VIDEO_SAA7134_DVB_MT352
  36. tristate "Zarlink MT352 DVB-T Support"
  37. default m
  38. depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
  39. select DVB_MT352
  40. ---help---
  41. This adds DVB-T support for cards based on the
  42. Philips saa7134 chip and the MT352 demodulator.
  43. config VIDEO_SAA7134_DVB_TDA1004X
  44. tristate "Phillips TDA10045H/TDA10046H DVB-T Support"
  45. default m
  46. depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
  47. select DVB_TDA1004X
  48. ---help---
  49. This adds DVB-T support for cards based on the
  50. Philips saa7134 chip and the TDA10045H/TDA10046H demodulator.