Kconfig 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. config DVB_AV7110
  2. tristate "AV7110 cards"
  3. depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
  4. select FW_LOADER
  5. select VIDEO_SAA7146_VV
  6. select DVB_VES1820
  7. select DVB_VES1X93
  8. select DVB_STV0299
  9. select DVB_TDA8083
  10. select DVB_SP8870
  11. select DVB_STV0297
  12. select DVB_L64781
  13. help
  14. Support for SAA7146 and AV7110 based DVB cards as produced
  15. by Fujitsu-Siemens, Technotrend, Hauppauge and others.
  16. This driver only supports the fullfeatured cards with
  17. onboard MPEG2 decoder.
  18. This driver needs an external firmware. Please use the script
  19. "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to
  20. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  21. or /lib/firmware (depending on configuration of firmware hotplug).
  22. Say Y if you own such a card and want to use it.
  23. config DVB_AV7110_FIRMWARE
  24. bool "Compile AV7110 firmware into the driver"
  25. depends on DVB_AV7110 && !STANDALONE
  26. default y if DVB_AV7110=y
  27. help
  28. The AV7110 firmware is normally loaded by the firmware hotplug manager.
  29. If you want to compile the firmware into the driver you need to say
  30. Y here and provide the correct path of the firmware. You need this
  31. option if you want to compile the whole driver statically into the
  32. kernel.
  33. All other people say N.
  34. config DVB_AV7110_FIRMWARE_FILE
  35. string "Full pathname of av7110 firmware file"
  36. depends on DVB_AV7110_FIRMWARE
  37. default "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw"
  38. config DVB_AV7110_OSD
  39. bool "AV7110 OSD support"
  40. depends on DVB_AV7110
  41. default y if DVB_AV7110=y || DVB_AV7110=m
  42. help
  43. The AV7110 firmware provides some code to generate an OnScreenDisplay
  44. on the video output. This is kind of nonstandard and not guaranteed to
  45. be maintained.
  46. Anyway, some popular DVB software like VDR uses this OSD to render
  47. its menus, so say Y if you want to use this software.
  48. All other people say N.
  49. config DVB_BUDGET
  50. tristate "Budget cards"
  51. depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
  52. select VIDEO_SAA7146
  53. select DVB_STV0299
  54. select DVB_VES1X93
  55. select DVB_VES1820
  56. select DVB_L64781
  57. select DVB_TDA8083
  58. select DVB_TDA10021
  59. select DVB_S5H1420
  60. help
  61. Support for simple SAA7146 based DVB cards
  62. (so called Budget- or Nova-PCI cards) without onboard
  63. MPEG2 decoder.
  64. Say Y if you own such a card and want to use it.
  65. To compile this driver as a module, choose M here: the
  66. module will be called budget.
  67. config DVB_BUDGET_CI
  68. tristate "Budget cards with onboard CI connector"
  69. depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
  70. select VIDEO_SAA7146
  71. select DVB_STV0297
  72. select DVB_STV0299
  73. select DVB_TDA1004X
  74. help
  75. Support for simple SAA7146 based DVB cards
  76. (so called Budget- or Nova-PCI cards) without onboard
  77. MPEG2 decoder, but with onboard Common Interface connector.
  78. Note: The Common Interface is not yet supported by this driver
  79. due to lack of information from the vendor.
  80. Say Y if you own such a card and want to use it.
  81. To compile this driver as a module, choose M here: the
  82. module will be called budget-ci.
  83. config DVB_BUDGET_AV
  84. tristate "Budget cards with analog video inputs"
  85. depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
  86. select VIDEO_SAA7146_VV
  87. select DVB_STV0299
  88. select DVB_TDA1004X
  89. select DVB_TDA10021
  90. select FW_LOADER
  91. help
  92. Support for simple SAA7146 based DVB cards
  93. (so called Budget- or Nova-PCI cards) without onboard
  94. MPEG2 decoder, but with one or more analog video inputs.
  95. Say Y if you own such a card and want to use it.
  96. To compile this driver as a module, choose M here: the
  97. module will be called budget-av.
  98. config DVB_BUDGET_PATCH
  99. tristate "AV7110 cards with Budget Patch"
  100. depends on DVB_CORE && DVB_BUDGET && VIDEO_V4L1
  101. select DVB_AV7110
  102. select DVB_STV0299
  103. select DVB_VES1X93
  104. select DVB_TDA8083
  105. help
  106. Support for Budget Patch (full TS) modification on
  107. SAA7146+AV7110 based cards (DVB-S cards). This
  108. driver doesn't use onboard MPEG2 decoder. The
  109. card is driven in Budget-only mode. Card is
  110. required to have loaded firmware to tune properly.
  111. Firmware can be loaded by insertion and removal of
  112. standard AV7110 driver prior to loading this
  113. driver.
  114. Say Y if you own such a card and want to use it.
  115. To compile this driver as a module, choose M here: the
  116. module will be called budget-patch.