Kconfig 2.1 KB

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