Kconfig 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. 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 !DVB_FE_CUSTOMISE
  56. select DVB_VES1X93 if !DVB_FE_CUSTOMISE
  57. select DVB_VES1820 if !DVB_FE_CUSTOMISE
  58. select DVB_L64781 if !DVB_FE_CUSTOMISE
  59. select DVB_TDA8083 if !DVB_FE_CUSTOMISE
  60. select DVB_TDA10021 if !DVB_FE_CUSTOMISE
  61. select DVB_TDA10023 if !DVB_FE_CUSTOMISE
  62. select DVB_S5H1420 if !DVB_FE_CUSTOMISE
  63. select DVB_TDA10086 if !DVB_FE_CUSTOMISE
  64. select DVB_TDA826X if !DVB_FE_CUSTOMISE
  65. select DVB_LNBP21 if !DVB_FE_CUSTOMISE
  66. select DVB_TDA1004X if !DVB_FE_CUSTOMISE
  67. help
  68. Support for simple SAA7146 based DVB cards (so called Budget-
  69. or Nova-PCI cards) without onboard MPEG2 decoder, and without
  70. analog inputs or an onboard Common Interface connector.
  71. Say Y if you own such a card and want to use it.
  72. To compile this driver as a module, choose M here: the
  73. module will be called budget.
  74. config DVB_BUDGET_CI
  75. tristate "Budget cards with onboard CI connector"
  76. depends on DVB_BUDGET_CORE && I2C
  77. depends on INPUT # due to IR
  78. select DVB_STV0297 if !DVB_FE_CUSTOMISE
  79. select DVB_STV0299 if !DVB_FE_CUSTOMISE
  80. select DVB_TDA1004X if !DVB_FE_CUSTOMISE
  81. select DVB_STB0899 if !DVB_FE_CUSTOMISE
  82. select DVB_STB6100 if !DVB_FE_CUSTOMISE
  83. select DVB_LNBP21 if !DVB_FE_CUSTOMISE
  84. select DVB_TDA10023 if !DVB_FE_CUSTOMISE
  85. select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMISE
  86. select VIDEO_IR
  87. help
  88. Support for simple SAA7146 based DVB cards
  89. (so called Budget- or Nova-PCI cards) without onboard
  90. MPEG2 decoder, but with onboard Common Interface connector.
  91. Note: The Common Interface is not yet supported by this driver
  92. due to lack of information from the vendor.
  93. Say Y if you own such a card and want to use it.
  94. To compile this driver as a module, choose M here: the
  95. module will be called budget-ci.
  96. config DVB_BUDGET_AV
  97. tristate "Budget cards with analog video inputs"
  98. depends on DVB_BUDGET_CORE && I2C
  99. select VIDEO_SAA7146_VV
  100. depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
  101. select DVB_PLL if !DVB_FE_CUSTOMISE
  102. select DVB_STV0299 if !DVB_FE_CUSTOMISE
  103. select DVB_TDA1004X if !DVB_FE_CUSTOMISE
  104. select DVB_TDA10021 if !DVB_FE_CUSTOMISE
  105. select DVB_TDA10023 if !DVB_FE_CUSTOMISE
  106. select DVB_STB0899 if !DVB_FE_CUSTOMISE
  107. select DVB_TDA8261 if !DVB_FE_CUSTOMISE
  108. select DVB_TUA6100 if !DVB_FE_CUSTOMISE
  109. help
  110. Support for simple SAA7146 based DVB cards
  111. (so called Budget- or Nova-PCI cards) without onboard
  112. MPEG2 decoder, but with one or more analog video inputs.
  113. Say Y if you own such a card and want to use it.
  114. To compile this driver as a module, choose M here: the
  115. module will be called budget-av.
  116. config DVB_BUDGET_PATCH
  117. tristate "AV7110 cards with Budget Patch"
  118. depends on DVB_BUDGET_CORE && I2C
  119. depends on DVB_AV7110
  120. select DVB_STV0299 if !DVB_FE_CUSTOMISE
  121. select DVB_VES1X93 if !DVB_FE_CUSTOMISE
  122. select DVB_TDA8083 if !DVB_FE_CUSTOMISE
  123. help
  124. Support for Budget Patch (full TS) modification on
  125. SAA7146+AV7110 based cards (DVB-S cards). This
  126. driver doesn't use onboard MPEG2 decoder. The
  127. card is driven in Budget-only mode. Card is
  128. required to have loaded firmware to tune properly.
  129. Firmware can be loaded by insertion and removal of
  130. standard AV7110 driver prior to loading this
  131. driver.
  132. Say Y if you own such a card and want to use it.
  133. To compile this driver as a module, choose M here: the
  134. module will be called budget-patch.