Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # Multimedia device configuration
  3. #
  4. menu "Multimedia devices"
  5. config VIDEO_DEV
  6. tristate "Video For Linux"
  7. ---help---
  8. Support for audio/video capture and overlay devices and FM radio
  9. cards. The exact capabilities of each device vary. User tools for
  10. this are available from
  11. <ftp://ftp.uk.linux.org/pub/linux/video4linux/>.
  12. This kernel includes support for the new Video for Linux Two API,
  13. (V4L2) as well as the original system. Drivers and applications
  14. need to be rewritten to use V4L2, but drivers for popular cards
  15. and applications for most video capture functions already exist.
  16. Documentation for the original API is included in the file
  17. <file:Documentation/video4linux/API.html>. Documentation for V4L2 is
  18. available on the web at <http://bytesex.org/v4l/>.
  19. To compile this driver as a module, choose M here: the
  20. module will be called videodev.
  21. source "drivers/media/video/Kconfig"
  22. source "drivers/media/radio/Kconfig"
  23. source "drivers/media/dvb/Kconfig"
  24. source "drivers/media/common/Kconfig"
  25. config VIDEO_TUNER
  26. tristate
  27. config VIDEO_BUF
  28. tristate
  29. config VIDEO_BUF_DVB
  30. tristate
  31. config VIDEO_BTCX
  32. tristate
  33. config VIDEO_IR
  34. tristate
  35. config VIDEO_TVEEPROM
  36. tristate
  37. endmenu