Kconfig 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. ---help---
  36. This adds support for DVB cards based on the
  37. Philips saa7134 chip.
  38. To compile this driver as a module, choose M here: the
  39. module will be called saa7134-dvb.
  40. You must also select one or more DVB demodulators.
  41. If you are unsure which you need, choose all of them.
  42. config VIDEO_SAA7134_DVB_ALL_FRONTENDS
  43. bool "Build all supported frontends for saa7134 based TV cards"
  44. default y
  45. depends on VIDEO_SAA7134_DVB
  46. select DVB_MT352
  47. select DVB_TDA1004X
  48. select DVB_NXT200X
  49. ---help---
  50. This builds saa7134-dvb with all currently supported frontend
  51. demodulators. If you wish to tweak your configuration, and
  52. only include support for the hardware that you need, choose N here.
  53. If you are unsure, choose Y.
  54. config VIDEO_SAA7134_DVB_MT352
  55. bool "Zarlink MT352 DVB-T Support"
  56. default y
  57. depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
  58. select DVB_MT352
  59. ---help---
  60. This adds DVB-T support for cards based on the
  61. Philips saa7134 chip and the MT352 demodulator.
  62. config VIDEO_SAA7134_DVB_TDA1004X
  63. bool "Phillips TDA10045H/TDA10046H DVB-T Support"
  64. default y
  65. depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
  66. select DVB_TDA1004X
  67. ---help---
  68. This adds DVB-T support for cards based on the
  69. Philips saa7134 chip and the TDA10045H/TDA10046H demodulator.
  70. config VIDEO_SAA7134_DVB_NXT200X
  71. bool "NXT2002/NXT2004 ATSC Support"
  72. default y
  73. depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
  74. select DVB_NXT200X
  75. ---help---
  76. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  77. Philips saa7134 chip and the NXT2002/NXT2004 demodulator.