Kconfig 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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_LNBP21 if !DVB_FE_CUSTOMISE
  93. select DVB_TDA10023 if !DVB_FE_CUSTOMISE
  94. select MEDIA_TUNER_TDA827X if !DVB_FE_CUSTOMISE
  95. select VIDEO_IR
  96. help
  97. Support for simple SAA7146 based DVB cards
  98. (so called Budget- or Nova-PCI cards) without onboard
  99. MPEG2 decoder, but with onboard Common Interface connector.
  100. Note: The Common Interface is not yet supported by this driver
  101. due to lack of information from the vendor.
  102. Say Y if you own such a card and want to use it.
  103. To compile this driver as a module, choose M here: the
  104. module will be called budget-ci.
  105. config DVB_BUDGET_AV
  106. tristate "Budget cards with analog video inputs"
  107. depends on DVB_BUDGET_CORE && I2C
  108. select VIDEO_SAA7146_VV
  109. depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
  110. select DVB_PLL if !DVB_FE_CUSTOMISE
  111. select DVB_STV0299 if !DVB_FE_CUSTOMISE
  112. select DVB_TDA1004X if !DVB_FE_CUSTOMISE
  113. select DVB_TDA10021 if !DVB_FE_CUSTOMISE
  114. select DVB_TDA10023 if !DVB_FE_CUSTOMISE
  115. select DVB_TUA6100 if !DVB_FE_CUSTOMISE
  116. help
  117. Support for simple SAA7146 based DVB cards
  118. (so called Budget- or Nova-PCI cards) without onboard
  119. MPEG2 decoder, but with one or more analog video inputs.
  120. Say Y if you own such a card and want to use it.
  121. To compile this driver as a module, choose M here: the
  122. module will be called budget-av.
  123. config DVB_BUDGET_PATCH
  124. tristate "AV7110 cards with Budget Patch"
  125. depends on DVB_BUDGET_CORE && I2C
  126. depends on DVB_AV7110
  127. select DVB_STV0299 if !DVB_FE_CUSTOMISE
  128. select DVB_VES1X93 if !DVB_FE_CUSTOMISE
  129. select DVB_TDA8083 if !DVB_FE_CUSTOMISE
  130. help
  131. Support for Budget Patch (full TS) modification on
  132. SAA7146+AV7110 based cards (DVB-S cards). This
  133. driver doesn't use onboard MPEG2 decoder. The
  134. card is driven in Budget-only mode. Card is
  135. required to have loaded firmware to tune properly.
  136. Firmware can be loaded by insertion and removal of
  137. standard AV7110 driver prior to loading this
  138. driver.
  139. Say Y if you own such a card and want to use it.
  140. To compile this driver as a module, choose M here: the
  141. module will be called budget-patch.