Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. config DVB_AV7110
  2. tristate "AV7110 cards"
  3. depends on DVB_CORE && PCI
  4. select FW_LOADER
  5. select VIDEO_DEV
  6. select VIDEO_SAA7146_VV
  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. 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. 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
  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
  70. select VIDEO_SAA7146
  71. select DVB_STV0299
  72. select DVB_TDA1004X
  73. help
  74. Support for simple SAA7146 based DVB cards
  75. (so called Budget- or Nova-PCI cards) without onboard
  76. MPEG2 decoder, but with onboard Common Interface connector.
  77. Note: The Common Interface is not yet supported by this driver
  78. due to lack of information from the vendor.
  79. Say Y if you own such a card and want to use it.
  80. To compile this driver as a module, choose M here: the
  81. module will be called budget-ci.
  82. config DVB_BUDGET_AV
  83. tristate "Budget cards with analog video inputs"
  84. depends on DVB_CORE && PCI
  85. select VIDEO_DEV
  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
  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.