Kconfig 5.5 KB

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