Kconfig 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. config MEDIA_ATTACH
  2. bool "Load and attach frontend and tuner driver modules as needed"
  3. depends on VIDEO_MEDIA
  4. depends on MODULES
  5. help
  6. Remove the static dependency of DVB card drivers on all
  7. frontend modules for all possible card variants. Instead,
  8. allow the card drivers to only load the frontend modules
  9. they require.
  10. Also, tuner module will automatically load a tuner driver
  11. when needed, for analog mode.
  12. This saves several KBytes of memory.
  13. Note: You will need module-init-tools v3.2 or later for this feature.
  14. If unsure say Y.
  15. config MEDIA_TUNER
  16. tristate
  17. default VIDEO_MEDIA && I2C
  18. depends on VIDEO_MEDIA && I2C
  19. select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE
  20. select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE
  21. select MEDIA_TUNER_MT20XX if !MEDIA_TUNER_CUSTOMISE
  22. select MEDIA_TUNER_TDA8290 if !MEDIA_TUNER_CUSTOMISE
  23. select MEDIA_TUNER_TEA5761 if !MEDIA_TUNER_CUSTOMISE
  24. select MEDIA_TUNER_TEA5767 if !MEDIA_TUNER_CUSTOMISE
  25. select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
  26. select MEDIA_TUNER_TDA9887 if !MEDIA_TUNER_CUSTOMISE
  27. select MEDIA_TUNER_MC44S803 if !MEDIA_TUNER_CUSTOMISE
  28. menuconfig MEDIA_TUNER_CUSTOMISE
  29. bool "Customize analog and hybrid tuner modules to build"
  30. depends on MEDIA_TUNER
  31. default n
  32. help
  33. This allows the user to deselect tuner drivers unnecessary
  34. for their hardware from the build. Use this option with care
  35. as deselecting tuner drivers which are in fact necessary will
  36. result in V4L/DVB devices which cannot be tuned due to lack of
  37. driver support
  38. If unsure say N.
  39. if MEDIA_TUNER_CUSTOMISE
  40. config MEDIA_TUNER_SIMPLE
  41. tristate "Simple tuner support"
  42. depends on VIDEO_MEDIA && I2C
  43. select MEDIA_TUNER_TDA9887
  44. default m if MEDIA_TUNER_CUSTOMISE
  45. help
  46. Say Y here to include support for various simple tuners.
  47. config MEDIA_TUNER_TDA8290
  48. tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"
  49. depends on VIDEO_MEDIA && I2C
  50. select MEDIA_TUNER_TDA827X
  51. select MEDIA_TUNER_TDA18271
  52. default m if MEDIA_TUNER_CUSTOMISE
  53. help
  54. Say Y here to include support for Philips TDA8290+8275(a) tuner.
  55. config MEDIA_TUNER_TDA827X
  56. tristate "Philips TDA827X silicon tuner"
  57. depends on VIDEO_MEDIA && I2C
  58. default m if MEDIA_TUNER_CUSTOMISE
  59. help
  60. A DVB-T silicon tuner module. Say Y when you want to support this tuner.
  61. config MEDIA_TUNER_TDA18271
  62. tristate "NXP TDA18271 silicon tuner"
  63. depends on VIDEO_MEDIA && I2C
  64. default m if MEDIA_TUNER_CUSTOMISE
  65. help
  66. A silicon tuner module. Say Y when you want to support this tuner.
  67. config MEDIA_TUNER_TDA9887
  68. tristate "TDA 9885/6/7 analog IF demodulator"
  69. depends on VIDEO_MEDIA && I2C
  70. default m if MEDIA_TUNER_CUSTOMISE
  71. help
  72. Say Y here to include support for Philips TDA9885/6/7
  73. analog IF demodulator.
  74. config MEDIA_TUNER_TEA5761
  75. tristate "TEA 5761 radio tuner (EXPERIMENTAL)"
  76. depends on VIDEO_MEDIA && I2C
  77. depends on EXPERIMENTAL
  78. default m if MEDIA_TUNER_CUSTOMISE
  79. help
  80. Say Y here to include support for the Philips TEA5761 radio tuner.
  81. config MEDIA_TUNER_TEA5767
  82. tristate "TEA 5767 radio tuner"
  83. depends on VIDEO_MEDIA && I2C
  84. default m if MEDIA_TUNER_CUSTOMISE
  85. help
  86. Say Y here to include support for the Philips TEA5767 radio tuner.
  87. config MEDIA_TUNER_MT20XX
  88. tristate "Microtune 2032 / 2050 tuners"
  89. depends on VIDEO_MEDIA && I2C
  90. default m if MEDIA_TUNER_CUSTOMISE
  91. help
  92. Say Y here to include support for the MT2032 / MT2050 tuner.
  93. config MEDIA_TUNER_MT2060
  94. tristate "Microtune MT2060 silicon IF tuner"
  95. depends on VIDEO_MEDIA && I2C
  96. default m if MEDIA_TUNER_CUSTOMISE
  97. help
  98. A driver for the silicon IF tuner MT2060 from Microtune.
  99. config MEDIA_TUNER_MT2266
  100. tristate "Microtune MT2266 silicon tuner"
  101. depends on VIDEO_MEDIA && I2C
  102. default m if MEDIA_TUNER_CUSTOMISE
  103. help
  104. A driver for the silicon baseband tuner MT2266 from Microtune.
  105. config MEDIA_TUNER_MT2131
  106. tristate "Microtune MT2131 silicon tuner"
  107. depends on VIDEO_MEDIA && I2C
  108. default m if MEDIA_TUNER_CUSTOMISE
  109. help
  110. A driver for the silicon baseband tuner MT2131 from Microtune.
  111. config MEDIA_TUNER_QT1010
  112. tristate "Quantek QT1010 silicon tuner"
  113. depends on VIDEO_MEDIA && I2C
  114. default m if MEDIA_TUNER_CUSTOMISE
  115. help
  116. A driver for the silicon tuner QT1010 from Quantek.
  117. config MEDIA_TUNER_XC2028
  118. tristate "XCeive xc2028/xc3028 tuners"
  119. depends on VIDEO_MEDIA && I2C
  120. default m if MEDIA_TUNER_CUSTOMISE
  121. help
  122. Say Y here to include support for the xc2028/xc3028 tuners.
  123. config MEDIA_TUNER_XC5000
  124. tristate "Xceive XC5000 silicon tuner"
  125. depends on VIDEO_MEDIA && I2C
  126. default m if MEDIA_TUNER_CUSTOMISE
  127. help
  128. A driver for the silicon tuner XC5000 from Xceive.
  129. This device is only used inside a SiP called together with a
  130. demodulator for now.
  131. config MEDIA_TUNER_MXL5005S
  132. tristate "MaxLinear MSL5005S silicon tuner"
  133. depends on VIDEO_MEDIA && I2C
  134. default m if MEDIA_TUNER_CUSTOMISE
  135. help
  136. A driver for the silicon tuner MXL5005S from MaxLinear.
  137. config MEDIA_TUNER_MXL5007T
  138. tristate "MaxLinear MxL5007T silicon tuner"
  139. depends on VIDEO_MEDIA && I2C
  140. default m if MEDIA_TUNER_CUSTOMISE
  141. help
  142. A driver for the silicon tuner MxL5007T from MaxLinear.
  143. config MEDIA_TUNER_MC44S803
  144. tristate "Freescale MC44S803 Low Power CMOS Broadband tuners"
  145. depends on VIDEO_MEDIA && I2C
  146. default m if MEDIA_TUNER_CUSTOMISE
  147. help
  148. Say Y here to support the Freescale MC44S803 based tuners
  149. config MEDIA_TUNER_MAX2165
  150. tristate "Maxim MAX2165 silicon tuner"
  151. depends on VIDEO_MEDIA && I2C
  152. default m if MEDIA_TUNER_CUSTOMISE
  153. help
  154. A driver for the silicon tuner MAX2165 from Maxim.
  155. endif # MEDIA_TUNER_CUSTOMISE