Kconfig 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. config DVB_AV7110_IR
  2. bool
  3. config DVB_AV7110
  4. tristate "AV7110 cards"
  5. depends on DVB_CORE && PCI && I2C
  6. select TTPCI_EEPROM
  7. select VIDEO_SAA7146_VV
  8. select DVB_AV7110_IR if INPUT_EVDEV=y || INPUT_EVDEV=DVB_AV7110
  9. depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
  10. select DVB_VES1820 if MEDIA_SUBDRV_AUTOSELECT
  11. select DVB_VES1X93 if MEDIA_SUBDRV_AUTOSELECT
  12. select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
  13. select DVB_TDA8083 if MEDIA_SUBDRV_AUTOSELECT
  14. select DVB_SP8870 if MEDIA_SUBDRV_AUTOSELECT
  15. select DVB_STV0297 if MEDIA_SUBDRV_AUTOSELECT
  16. select DVB_L64781 if MEDIA_SUBDRV_AUTOSELECT
  17. select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
  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. Alternatively, you can download the file and use the kernel's
  28. EXTRA_FIRMWARE configuration option to build it into your
  29. kernel image by adding the filename to the EXTRA_FIRMWARE
  30. configuration option string.
  31. Say Y if you own such a card and want to use it.
  32. config DVB_AV7110_OSD
  33. bool "AV7110 OSD support"
  34. depends on DVB_AV7110
  35. default y if DVB_AV7110=y || DVB_AV7110=m
  36. help
  37. The AV7110 firmware provides some code to generate an OnScreenDisplay
  38. on the video output. This is kind of nonstandard and not guaranteed to
  39. be maintained.
  40. Anyway, some popular DVB software like VDR uses this OSD to render
  41. its menus, so say Y if you want to use this software.
  42. All other people say N.
  43. config DVB_BUDGET_CORE
  44. tristate "SAA7146 DVB cards (aka Budget, Nova-PCI)"
  45. depends on DVB_CORE && PCI && I2C
  46. select VIDEO_SAA7146
  47. select TTPCI_EEPROM
  48. help
  49. Support for simple SAA7146 based DVB cards
  50. (so called Budget- or Nova-PCI cards) without onboard
  51. MPEG2 decoder.
  52. config DVB_BUDGET
  53. tristate "Budget cards"
  54. depends on DVB_BUDGET_CORE && I2C
  55. select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
  56. select DVB_VES1X93 if MEDIA_SUBDRV_AUTOSELECT
  57. select DVB_VES1820 if MEDIA_SUBDRV_AUTOSELECT
  58. select DVB_L64781 if MEDIA_SUBDRV_AUTOSELECT
  59. select DVB_TDA8083 if MEDIA_SUBDRV_AUTOSELECT
  60. select DVB_S5H1420 if MEDIA_SUBDRV_AUTOSELECT
  61. select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT
  62. select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT
  63. select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
  64. select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT
  65. select DVB_ISL6423 if MEDIA_SUBDRV_AUTOSELECT
  66. select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT
  67. select DVB_STV6110x if MEDIA_SUBDRV_AUTOSELECT
  68. help
  69. Support for simple SAA7146 based DVB cards (so called Budget-
  70. or Nova-PCI cards) without onboard MPEG2 decoder, and without
  71. analog inputs or an onboard Common Interface connector.
  72. Say Y if you own such a card and want to use it.
  73. To compile this driver as a module, choose M here: the
  74. module will be called budget.
  75. config DVB_BUDGET_CI
  76. tristate "Budget cards with onboard CI connector"
  77. depends on DVB_BUDGET_CORE && I2C
  78. select DVB_STV0297 if MEDIA_SUBDRV_AUTOSELECT
  79. select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
  80. select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT
  81. select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
  82. select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
  83. select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
  84. select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT
  85. select DVB_STB6000 if MEDIA_SUBDRV_AUTOSELECT
  86. select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
  87. select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT
  88. depends on RC_CORE
  89. help
  90. Support for simple SAA7146 based DVB cards
  91. (so called Budget- or Nova-PCI cards) without onboard
  92. MPEG2 decoder, but with onboard Common Interface connector.
  93. Note: The Common Interface is not yet supported by this driver
  94. due to lack of information from the vendor.
  95. Say Y if you own such a card and want to use it.
  96. To compile this driver as a module, choose M here: the
  97. module will be called budget-ci.
  98. config DVB_BUDGET_AV
  99. tristate "Budget cards with analog video inputs"
  100. depends on DVB_BUDGET_CORE && I2C
  101. select VIDEO_SAA7146_VV
  102. depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
  103. select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
  104. select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
  105. select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT
  106. select DVB_TDA10021 if MEDIA_SUBDRV_AUTOSELECT
  107. select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
  108. select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
  109. select DVB_TDA8261 if MEDIA_SUBDRV_AUTOSELECT
  110. select DVB_TUA6100 if MEDIA_SUBDRV_AUTOSELECT
  111. help
  112. Support for simple SAA7146 based DVB cards
  113. (so called Budget- or Nova-PCI cards) without onboard
  114. MPEG2 decoder, but with one or more analog video inputs.
  115. Say Y if you own such a card and want to use it.
  116. To compile this driver as a module, choose M here: the
  117. module will be called budget-av.
  118. config DVB_BUDGET_PATCH
  119. tristate "AV7110 cards with Budget Patch"
  120. depends on DVB_BUDGET_CORE && I2C
  121. depends on DVB_AV7110
  122. select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
  123. select DVB_VES1X93 if MEDIA_SUBDRV_AUTOSELECT
  124. select DVB_TDA8083 if MEDIA_SUBDRV_AUTOSELECT
  125. help
  126. Support for Budget Patch (full TS) modification on
  127. SAA7146+AV7110 based cards (DVB-S cards). This
  128. driver doesn't use onboard MPEG2 decoder. The
  129. card is driven in Budget-only mode. Card is
  130. required to have loaded firmware to tune properly.
  131. Firmware can be loaded by insertion and removal of
  132. standard AV7110 driver prior to loading this
  133. driver.
  134. Say Y if you own such a card and want to use it.
  135. To compile this driver as a module, choose M here: the
  136. module will be called budget-patch.