Kconfig 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. config MEDIA_ATTACH
  2. bool "Load and attach frontend and tuner driver modules as needed"
  3. depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT
  4. depends on MODULES
  5. default y if !EXPERT
  6. help
  7. Remove the static dependency of DVB card drivers on all
  8. frontend modules for all possible card variants. Instead,
  9. allow the card drivers to only load the frontend modules
  10. they require.
  11. Also, tuner module will automatically load a tuner driver
  12. when needed, for analog mode.
  13. This saves several KBytes of memory.
  14. Note: You will need module-init-tools v3.2 or later for this feature.
  15. If unsure say Y.
  16. # Analog TV tuners, auto-loaded via tuner.ko
  17. config MEDIA_TUNER
  18. tristate
  19. depends on (MEDIA_ANALOG_TV_SUPPORT || MEDIA_RADIO_SUPPORT) && I2C
  20. default y
  21. select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT
  22. select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
  23. select MEDIA_TUNER_XC4000 if MEDIA_SUBDRV_AUTOSELECT
  24. select MEDIA_TUNER_MT20XX if MEDIA_SUBDRV_AUTOSELECT
  25. select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
  26. select MEDIA_TUNER_TEA5761 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_RADIO_SUPPORT
  27. select MEDIA_TUNER_TEA5767 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_RADIO_SUPPORT
  28. select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
  29. select MEDIA_TUNER_TDA9887 if MEDIA_SUBDRV_AUTOSELECT
  30. select MEDIA_TUNER_MC44S803 if MEDIA_SUBDRV_AUTOSELECT
  31. menu "Customize TV tuners"
  32. visible if !MEDIA_SUBDRV_AUTOSELECT
  33. depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT
  34. config MEDIA_TUNER_SIMPLE
  35. tristate "Simple tuner support"
  36. depends on MEDIA_SUPPORT && I2C
  37. select MEDIA_TUNER_TDA9887
  38. default m if !MEDIA_SUBDRV_AUTOSELECT
  39. help
  40. Say Y here to include support for various simple tuners.
  41. config MEDIA_TUNER_TDA8290
  42. tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"
  43. depends on MEDIA_SUPPORT && I2C
  44. select MEDIA_TUNER_TDA827X
  45. select MEDIA_TUNER_TDA18271
  46. default m if !MEDIA_SUBDRV_AUTOSELECT
  47. help
  48. Say Y here to include support for Philips TDA8290+8275(a) tuner.
  49. config MEDIA_TUNER_TDA827X
  50. tristate "Philips TDA827X silicon tuner"
  51. depends on MEDIA_SUPPORT && I2C
  52. default m if !MEDIA_SUBDRV_AUTOSELECT
  53. help
  54. A DVB-T silicon tuner module. Say Y when you want to support this tuner.
  55. config MEDIA_TUNER_TDA18271
  56. tristate "NXP TDA18271 silicon tuner"
  57. depends on MEDIA_SUPPORT && I2C
  58. default m if !MEDIA_SUBDRV_AUTOSELECT
  59. help
  60. A silicon tuner module. Say Y when you want to support this tuner.
  61. config MEDIA_TUNER_TDA9887
  62. tristate "TDA 9885/6/7 analog IF demodulator"
  63. depends on MEDIA_SUPPORT && I2C
  64. default m if !MEDIA_SUBDRV_AUTOSELECT
  65. help
  66. Say Y here to include support for Philips TDA9885/6/7
  67. analog IF demodulator.
  68. config MEDIA_TUNER_TEA5761
  69. tristate "TEA 5761 radio tuner"
  70. depends on MEDIA_SUPPORT && I2C
  71. default m if !MEDIA_SUBDRV_AUTOSELECT
  72. help
  73. Say Y here to include support for the Philips TEA5761 radio tuner.
  74. config MEDIA_TUNER_TEA5767
  75. tristate "TEA 5767 radio tuner"
  76. depends on MEDIA_SUPPORT && I2C
  77. default m if !MEDIA_SUBDRV_AUTOSELECT
  78. help
  79. Say Y here to include support for the Philips TEA5767 radio tuner.
  80. config MEDIA_TUNER_MT20XX
  81. tristate "Microtune 2032 / 2050 tuners"
  82. depends on MEDIA_SUPPORT && I2C
  83. default m if !MEDIA_SUBDRV_AUTOSELECT
  84. help
  85. Say Y here to include support for the MT2032 / MT2050 tuner.
  86. config MEDIA_TUNER_MT2060
  87. tristate "Microtune MT2060 silicon IF tuner"
  88. depends on MEDIA_SUPPORT && I2C
  89. default m if !MEDIA_SUBDRV_AUTOSELECT
  90. help
  91. A driver for the silicon IF tuner MT2060 from Microtune.
  92. config MEDIA_TUNER_MT2063
  93. tristate "Microtune MT2063 silicon IF tuner"
  94. depends on MEDIA_SUPPORT && I2C
  95. default m if !MEDIA_SUBDRV_AUTOSELECT
  96. help
  97. A driver for the silicon IF tuner MT2063 from Microtune.
  98. config MEDIA_TUNER_MT2266
  99. tristate "Microtune MT2266 silicon tuner"
  100. depends on MEDIA_SUPPORT && I2C
  101. default m if !MEDIA_SUBDRV_AUTOSELECT
  102. help
  103. A driver for the silicon baseband tuner MT2266 from Microtune.
  104. config MEDIA_TUNER_MT2131
  105. tristate "Microtune MT2131 silicon tuner"
  106. depends on MEDIA_SUPPORT && I2C
  107. default m if !MEDIA_SUBDRV_AUTOSELECT
  108. help
  109. A driver for the silicon baseband tuner MT2131 from Microtune.
  110. config MEDIA_TUNER_QT1010
  111. tristate "Quantek QT1010 silicon tuner"
  112. depends on MEDIA_SUPPORT && I2C
  113. default m if !MEDIA_SUBDRV_AUTOSELECT
  114. help
  115. A driver for the silicon tuner QT1010 from Quantek.
  116. config MEDIA_TUNER_XC2028
  117. tristate "XCeive xc2028/xc3028 tuners"
  118. depends on MEDIA_SUPPORT && I2C
  119. default m if !MEDIA_SUBDRV_AUTOSELECT
  120. help
  121. Say Y here to include support for the xc2028/xc3028 tuners.
  122. config MEDIA_TUNER_XC5000
  123. tristate "Xceive XC5000 silicon tuner"
  124. depends on MEDIA_SUPPORT && I2C
  125. default m if !MEDIA_SUBDRV_AUTOSELECT
  126. help
  127. A driver for the silicon tuner XC5000 from Xceive.
  128. This device is only used inside a SiP called together with a
  129. demodulator for now.
  130. config MEDIA_TUNER_XC4000
  131. tristate "Xceive XC4000 silicon tuner"
  132. depends on MEDIA_SUPPORT && I2C
  133. default m if !MEDIA_SUBDRV_AUTOSELECT
  134. help
  135. A driver for the silicon tuner XC4000 from Xceive.
  136. This device is only used inside a SiP called together with a
  137. demodulator for now.
  138. config MEDIA_TUNER_MXL5005S
  139. tristate "MaxLinear MSL5005S silicon tuner"
  140. depends on MEDIA_SUPPORT && I2C
  141. default m if !MEDIA_SUBDRV_AUTOSELECT
  142. help
  143. A driver for the silicon tuner MXL5005S from MaxLinear.
  144. config MEDIA_TUNER_MXL5007T
  145. tristate "MaxLinear MxL5007T silicon tuner"
  146. depends on MEDIA_SUPPORT && I2C
  147. default m if !MEDIA_SUBDRV_AUTOSELECT
  148. help
  149. A driver for the silicon tuner MxL5007T from MaxLinear.
  150. config MEDIA_TUNER_MC44S803
  151. tristate "Freescale MC44S803 Low Power CMOS Broadband tuners"
  152. depends on MEDIA_SUPPORT && I2C
  153. default m if !MEDIA_SUBDRV_AUTOSELECT
  154. help
  155. Say Y here to support the Freescale MC44S803 based tuners
  156. config MEDIA_TUNER_MAX2165
  157. tristate "Maxim MAX2165 silicon tuner"
  158. depends on MEDIA_SUPPORT && I2C
  159. default m if !MEDIA_SUBDRV_AUTOSELECT
  160. help
  161. A driver for the silicon tuner MAX2165 from Maxim.
  162. config MEDIA_TUNER_TDA18218
  163. tristate "NXP TDA18218 silicon tuner"
  164. depends on MEDIA_SUPPORT && I2C
  165. default m if !MEDIA_SUBDRV_AUTOSELECT
  166. help
  167. NXP TDA18218 silicon tuner driver.
  168. config MEDIA_TUNER_FC0011
  169. tristate "Fitipower FC0011 silicon tuner"
  170. depends on MEDIA_SUPPORT && I2C
  171. default m if !MEDIA_SUBDRV_AUTOSELECT
  172. help
  173. Fitipower FC0011 silicon tuner driver.
  174. config MEDIA_TUNER_FC0012
  175. tristate "Fitipower FC0012 silicon tuner"
  176. depends on MEDIA_SUPPORT && I2C
  177. default m if !MEDIA_SUBDRV_AUTOSELECT
  178. help
  179. Fitipower FC0012 silicon tuner driver.
  180. config MEDIA_TUNER_FC0013
  181. tristate "Fitipower FC0013 silicon tuner"
  182. depends on MEDIA_SUPPORT && I2C
  183. default m if !MEDIA_SUBDRV_AUTOSELECT
  184. help
  185. Fitipower FC0013 silicon tuner driver.
  186. config MEDIA_TUNER_TDA18212
  187. tristate "NXP TDA18212 silicon tuner"
  188. depends on MEDIA_SUPPORT && I2C
  189. default m if !MEDIA_SUBDRV_AUTOSELECT
  190. help
  191. NXP TDA18212 silicon tuner driver.
  192. config MEDIA_TUNER_E4000
  193. tristate "Elonics E4000 silicon tuner"
  194. depends on MEDIA_SUPPORT && I2C
  195. default m if !MEDIA_SUBDRV_AUTOSELECT
  196. help
  197. Elonics E4000 silicon tuner driver.
  198. config MEDIA_TUNER_FC2580
  199. tristate "FCI FC2580 silicon tuner"
  200. depends on MEDIA_SUPPORT && I2C
  201. default m if !MEDIA_SUBDRV_AUTOSELECT
  202. help
  203. FCI FC2580 silicon tuner driver.
  204. config MEDIA_TUNER_TUA9001
  205. tristate "Infineon TUA 9001 silicon tuner"
  206. depends on MEDIA_SUPPORT && I2C
  207. default m if !MEDIA_SUBDRV_AUTOSELECT
  208. help
  209. Infineon TUA 9001 silicon tuner driver.
  210. endmenu