Kconfig 5.7 KB

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