Kconfig 5.1 KB

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