Kconfig 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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/ATSC 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. select DVB_NXT200X
  31. ---help---
  32. This builds saa7134-dvb with all currently supported frontend
  33. demodulators. If you wish to tweak your configuration, and
  34. only include support for the hardware that you need, choose N here.
  35. If you are unsure, choose Y.
  36. config VIDEO_SAA7134_DVB_MT352
  37. tristate "Zarlink MT352 DVB-T Support"
  38. default m
  39. depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
  40. select DVB_MT352
  41. ---help---
  42. This adds DVB-T support for cards based on the
  43. Philips saa7134 chip and the MT352 demodulator.
  44. config VIDEO_SAA7134_DVB_TDA1004X
  45. tristate "Phillips TDA10045H/TDA10046H DVB-T Support"
  46. default m
  47. depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
  48. select DVB_TDA1004X
  49. ---help---
  50. This adds DVB-T support for cards based on the
  51. Philips saa7134 chip and the TDA10045H/TDA10046H demodulator.
  52. config VIDEO_SAA7134_DVB_NXT200X
  53. tristate "NXT2002/NXT2004 ATSC Support"
  54. default m
  55. depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
  56. select DVB_NXT200X
  57. ---help---
  58. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  59. Philips saa7134 chip and the NXT2002/NXT2004 demodulator.