Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. config VIDEO_TM6000
  2. tristate "TV Master TM5600/6000/6010 driver"
  3. depends on VIDEO_DEV && I2C && INPUT && RC_CORE && USB
  4. select VIDEO_TUNER
  5. select MEDIA_TUNER_XC2028
  6. select MEDIA_TUNER_XC5000
  7. select VIDEOBUF_VMALLOC
  8. help
  9. Support for TM5600/TM6000/TM6010 USB Device
  10. Since these cards have no MPEG decoder onboard, they transmit
  11. only compressed MPEG data over the usb bus, so you need
  12. an external software decoder to watch TV on your computer.
  13. Say Y if you own such a device and want to use it.
  14. config VIDEO_TM6000_ALSA
  15. tristate "TV Master TM5600/6000/6010 audio support"
  16. depends on VIDEO_TM6000 && SND
  17. select SND_PCM
  18. ---help---
  19. This is a video4linux driver for direct (DMA) audio for
  20. TM5600/TM6000/TM6010 USB Devices.
  21. To compile this driver as a module, choose M here: the
  22. module will be called tm6000-alsa.
  23. config VIDEO_TM6000_DVB
  24. tristate "DVB Support for tm6000 based TV cards"
  25. depends on VIDEO_TM6000 && DVB_CORE && USB
  26. select DVB_ZL10353
  27. ---help---
  28. This adds support for DVB cards based on the tm5600/tm6000 chip.