Kconfig 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. config VIDEO_SAA7134
  2. tristate "Philips SAA7134 support"
  3. depends on VIDEO_DEV && PCI && I2C
  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_ALSA
  14. tristate "Philips SAA7134 DMA audio support"
  15. depends on VIDEO_SAA7134 && SND
  16. select SND_PCM
  17. ---help---
  18. This is a video4linux driver for direct (DMA) audio in
  19. Philips SAA713x based TV cards using ALSA
  20. To compile this driver as a module, choose M here: the
  21. module will be called saa7134-alsa.
  22. config VIDEO_SAA7134_OSS
  23. tristate "Philips SAA7134 DMA audio support (OSS, DEPRECATED)"
  24. depends on VIDEO_SAA7134 && SOUND_PRIME && !VIDEO_SAA7134_ALSA
  25. ---help---
  26. This is a video4linux driver for direct (DMA) audio in
  27. Philips SAA713x based TV cards using OSS
  28. This is deprecated in favor of the ALSA module
  29. To compile this driver as a module, choose M here: the
  30. module will be called saa7134-oss.
  31. config VIDEO_SAA7134_DVB
  32. tristate "DVB/ATSC Support for saa7134 based TV cards"
  33. depends on VIDEO_SAA7134 && DVB_CORE
  34. select VIDEO_BUF_DVB
  35. select FW_LOADER
  36. select DVB_PLL
  37. ---help---
  38. This adds support for DVB cards based on the
  39. Philips saa7134 chip.
  40. To compile this driver as a module, choose M here: the
  41. module will be called saa7134-dvb.
  42. You must also select one or more DVB demodulators.
  43. If you are unsure which you need, choose all of them.
  44. config VIDEO_SAA7134_DVB_ALL_FRONTENDS
  45. bool "Build all supported frontends for saa7134 based TV cards"
  46. default y
  47. depends on VIDEO_SAA7134_DVB
  48. select DVB_MT352
  49. select DVB_TDA1004X
  50. select DVB_NXT200X
  51. ---help---
  52. This builds saa7134-dvb with all currently supported frontend
  53. demodulators. If you wish to tweak your configuration, and
  54. only include support for the hardware that you need, choose N here.
  55. If you are unsure, choose Y.
  56. config VIDEO_SAA7134_DVB_MT352
  57. bool "Zarlink MT352 DVB-T Support"
  58. default y
  59. depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
  60. select DVB_MT352
  61. ---help---
  62. This adds DVB-T support for cards based on the
  63. Philips saa7134 chip and the MT352 demodulator.
  64. config VIDEO_SAA7134_DVB_TDA1004X
  65. bool "Phillips TDA10045H/TDA10046H DVB-T Support"
  66. default y
  67. depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
  68. select DVB_TDA1004X
  69. ---help---
  70. This adds DVB-T support for cards based on the
  71. Philips saa7134 chip and the TDA10045H/TDA10046H demodulator.
  72. config VIDEO_SAA7134_DVB_NXT200X
  73. bool "NXT2002/NXT2004 ATSC Support"
  74. default y
  75. depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
  76. select DVB_NXT200X
  77. ---help---
  78. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  79. Philips saa7134 chip and the NXT2002/NXT2004 demodulator.