Kconfig 4.3 KB

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