Kconfig 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. select DVB_MT352 if !DVB_FE_CUSTOMISE
  38. select DVB_TDA1004X if !DVB_FE_CUSTOMISE
  39. select DVB_NXT200X if !DVB_FE_CUSTOMISE
  40. select DVB_TDA10086 if !DVB_FE_CUSTOMISE
  41. select DVB_TDA826X if !DVB_FE_CUSTOMISE
  42. select DVB_ISL6421 if !DVB_FE_CUSTOMISE
  43. ---help---
  44. This adds support for DVB cards based on the
  45. Philips saa7134 chip.
  46. To compile this driver as a module, choose M here: the
  47. module will be called saa7134-dvb.