Kconfig 2.8 KB

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