Kconfig 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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. 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
  53. select VIDEO_SAA7146
  54. select DVB_STV0299
  55. select DVB_VES1X93
  56. select DVB_VES1820
  57. select DVB_L64781
  58. select DVB_TDA8083
  59. select DVB_TDA10021
  60. select DVB_S5H1420
  61. help
  62. Support for simple SAA7146 based DVB cards
  63. (so called Budget- or Nova-PCI cards) without onboard
  64. MPEG2 decoder.
  65. Say Y if you own such a card and want to use it.
  66. To compile this driver as a module, choose M here: the
  67. module will be called budget.
  68. config DVB_BUDGET_CI
  69. tristate "Budget cards with onboard CI connector"
  70. depends on DVB_CORE && PCI
  71. select VIDEO_SAA7146
  72. select DVB_STV0297
  73. select DVB_STV0299
  74. select DVB_TDA1004X
  75. help
  76. Support for simple SAA7146 based DVB cards
  77. (so called Budget- or Nova-PCI cards) without onboard
  78. MPEG2 decoder, but with onboard Common Interface connector.
  79. Note: The Common Interface is not yet supported by this driver
  80. due to lack of information from the vendor.
  81. Say Y if you own such a card and want to use it.
  82. To compile this driver as a module, choose M here: the
  83. module will be called budget-ci.
  84. config DVB_BUDGET_AV
  85. tristate "Budget cards with analog video inputs"
  86. depends on DVB_CORE && PCI
  87. select VIDEO_DEV
  88. select VIDEO_SAA7146_VV
  89. select DVB_STV0299
  90. select DVB_TDA1004X
  91. select DVB_TDA10021
  92. select FW_LOADER
  93. help
  94. Support for simple SAA7146 based DVB cards
  95. (so called Budget- or Nova-PCI cards) without onboard
  96. MPEG2 decoder, but with one or more analog video inputs.
  97. Say Y if you own such a card and want to use it.
  98. To compile this driver as a module, choose M here: the
  99. module will be called budget-av.
  100. config DVB_BUDGET_PATCH
  101. tristate "AV7110 cards with Budget Patch"
  102. depends on DVB_CORE && DVB_BUDGET
  103. select DVB_AV7110
  104. select DVB_STV0299
  105. select DVB_VES1X93
  106. select DVB_TDA8083
  107. help
  108. Support for Budget Patch (full TS) modification on
  109. SAA7146+AV7110 based cards (DVB-S cards). This
  110. driver doesn't use onboard MPEG2 decoder. The
  111. card is driven in Budget-only mode. Card is
  112. required to have loaded firmware to tune properly.
  113. Firmware can be loaded by insertion and removal of
  114. standard AV7110 driver prior to loading this
  115. driver.
  116. Say Y if you own such a card and want to use it.
  117. To compile this driver as a module, choose M here: the
  118. module will be called budget-patch.