Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. config MEDIA_ATTACH
  2. bool "Load and attach frontend and tuner driver modules as needed"
  3. depends on DVB_CORE
  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_CUSTOMIZE
  20. select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMIZE
  21. select MEDIA_TUNER_MT20XX if !MEDIA_TUNER_CUSTOMIZE
  22. select MEDIA_TUNER_TDA8290 if !MEDIA_TUNER_CUSTOMIZE
  23. select MEDIA_TUNER_TEA5761 if !MEDIA_TUNER_CUSTOMIZE
  24. select MEDIA_TUNER_TEA5767 if !MEDIA_TUNER_CUSTOMIZE
  25. select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMIZE
  26. select MEDIA_TUNER_TDA9887 if !MEDIA_TUNER_CUSTOMIZE
  27. menuconfig MEDIA_TUNER_CUSTOMIZE
  28. bool "Customize analog and hybrid tuner modules to build"
  29. depends on MEDIA_TUNER
  30. help
  31. This allows the user to deselect tuner drivers unnecessary
  32. for their hardware from the build. Use this option with care
  33. as deselecting tuner drivers which are in fact necessary will
  34. result in V4L/DVB devices which cannot be tuned due to lack of
  35. driver support
  36. If unsure say N.
  37. if MEDIA_TUNER_CUSTOMIZE
  38. config MEDIA_TUNER_SIMPLE
  39. tristate "Simple tuner support"
  40. select MEDIA_TUNER_TDA9887
  41. default m if MEDIA_TUNER_CUSTOMIZE
  42. help
  43. Say Y here to include support for various simple tuners.
  44. config MEDIA_TUNER_TDA8290
  45. tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"
  46. select MEDIA_TUNER_TDA827X
  47. select MEDIA_TUNER_TDA18271
  48. default m if MEDIA_TUNER_CUSTOMIZE
  49. help
  50. Say Y here to include support for Philips TDA8290+8275(a) tuner.
  51. config MEDIA_TUNER_TDA827X
  52. tristate "Philips TDA827X silicon tuner"
  53. default m if DVB_FE_CUSTOMISE
  54. help
  55. A DVB-T silicon tuner module. Say Y when you want to support this tuner.
  56. config MEDIA_TUNER_TDA18271
  57. tristate "NXP TDA18271 silicon tuner"
  58. default m if DVB_FE_CUSTOMISE
  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. default m if MEDIA_TUNER_CUSTOMIZE
  64. help
  65. Say Y here to include support for Philips TDA9885/6/7
  66. analog IF demodulator.
  67. config MEDIA_TUNER_TEA5761
  68. tristate "TEA 5761 radio tuner (EXPERIMENTAL)"
  69. depends on EXPERIMENTAL
  70. default m if MEDIA_TUNER_CUSTOMIZE
  71. help
  72. Say Y here to include support for the Philips TEA5761 radio tuner.
  73. config MEDIA_TUNER_TEA5767
  74. tristate "TEA 5767 radio tuner"
  75. default m if MEDIA_TUNER_CUSTOMIZE
  76. help
  77. Say Y here to include support for the Philips TEA5767 radio tuner.
  78. config MEDIA_TUNER_MT20XX
  79. tristate "Microtune 2032 / 2050 tuners"
  80. default m if MEDIA_TUNER_CUSTOMIZE
  81. help
  82. Say Y here to include support for the MT2032 / MT2050 tuner.
  83. config MEDIA_TUNER_MT2060
  84. tristate "Microtune MT2060 silicon IF tuner"
  85. default m if DVB_FE_CUSTOMISE
  86. help
  87. A driver for the silicon IF tuner MT2060 from Microtune.
  88. config MEDIA_TUNER_MT2266
  89. tristate "Microtune MT2266 silicon tuner"
  90. default m if DVB_FE_CUSTOMISE
  91. help
  92. A driver for the silicon baseband tuner MT2266 from Microtune.
  93. config MEDIA_TUNER_MT2131
  94. tristate "Microtune MT2131 silicon tuner"
  95. default m if DVB_FE_CUSTOMISE
  96. help
  97. A driver for the silicon baseband tuner MT2131 from Microtune.
  98. config MEDIA_TUNER_QT1010
  99. tristate "Quantek QT1010 silicon tuner"
  100. default m if DVB_FE_CUSTOMISE
  101. help
  102. A driver for the silicon tuner QT1010 from Quantek.
  103. config MEDIA_TUNER_XC2028
  104. tristate "XCeive xc2028/xc3028 tuners"
  105. depends on FW_LOADER
  106. default m if MEDIA_TUNER_CUSTOMIZE
  107. help
  108. Say Y here to include support for the xc2028/xc3028 tuners.
  109. config MEDIA_TUNER_XC5000
  110. tristate "Xceive XC5000 silicon tuner"
  111. select FW_LOADER
  112. default m if DVB_FE_CUSTOMISE
  113. help
  114. A driver for the silicon tuner XC5000 from Xceive.
  115. This device is only used inside a SiP called togther with a
  116. demodulator for now.
  117. endif # MEDIA_TUNER_CUSTOMIZE