Kconfig 5.8 KB

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