]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/media/common/tuners/Kconfig
V4L/DVB(7877): mxl5005s: Ensure debug is off
[mirror_ubuntu-artful-kernel.git] / drivers / media / common / tuners / Kconfig
CommitLineData
149ef72d 1config MEDIA_ATTACH
ba7cc365 2 bool "Load and attach frontend and tuner driver modules as needed"
7c91f062
MCC
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
ba7cc365
MCC
9 they require.
10
11 Also, tuner module will automatically load a tuner driver
12 when needed, for analog mode.
13
14 This saves several KBytes of memory.
7c91f062
MCC
15
16 Note: You will need module-init-tools v3.2 or later for this feature.
17
18 If unsure say Y.
19
149ef72d 20config MEDIA_TUNER
7c91f062 21 tristate
3929c0f9
MCC
22 default VIDEO_MEDIA && I2C
23 depends on VIDEO_MEDIA && I2C
eabcaf32 24 select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMIZE && HOTPLUG
149ef72d
MCC
25 select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMIZE
26 select MEDIA_TUNER_MT20XX if !MEDIA_TUNER_CUSTOMIZE
27 select MEDIA_TUNER_TDA8290 if !MEDIA_TUNER_CUSTOMIZE
28 select MEDIA_TUNER_TEA5761 if !MEDIA_TUNER_CUSTOMIZE
29 select MEDIA_TUNER_TEA5767 if !MEDIA_TUNER_CUSTOMIZE
30 select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMIZE
31 select MEDIA_TUNER_TDA9887 if !MEDIA_TUNER_CUSTOMIZE
32
33menuconfig MEDIA_TUNER_CUSTOMIZE
7c91f062 34 bool "Customize analog and hybrid tuner modules to build"
149ef72d 35 depends on MEDIA_TUNER
7c91f062
MCC
36 help
37 This allows the user to deselect tuner drivers unnecessary
38 for their hardware from the build. Use this option with care
39 as deselecting tuner drivers which are in fact necessary will
40 result in V4L/DVB devices which cannot be tuned due to lack of
41 driver support
42
43 If unsure say N.
44
149ef72d 45if MEDIA_TUNER_CUSTOMIZE
7c91f062 46
149ef72d 47config MEDIA_TUNER_SIMPLE
7c91f062 48 tristate "Simple tuner support"
149ef72d
MCC
49 select MEDIA_TUNER_TDA9887
50 default m if MEDIA_TUNER_CUSTOMIZE
7c91f062
MCC
51 help
52 Say Y here to include support for various simple tuners.
53
149ef72d 54config MEDIA_TUNER_TDA8290
7c91f062 55 tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"
149ef72d
MCC
56 select MEDIA_TUNER_TDA827X
57 select MEDIA_TUNER_TDA18271
58 default m if MEDIA_TUNER_CUSTOMIZE
7c91f062
MCC
59 help
60 Say Y here to include support for Philips TDA8290+8275(a) tuner.
61
149ef72d 62config MEDIA_TUNER_TDA827X
7c91f062 63 tristate "Philips TDA827X silicon tuner"
7c91f062
MCC
64 default m if DVB_FE_CUSTOMISE
65 help
66 A DVB-T silicon tuner module. Say Y when you want to support this tuner.
67
149ef72d 68config MEDIA_TUNER_TDA18271
7c91f062 69 tristate "NXP TDA18271 silicon tuner"
7c91f062
MCC
70 default m if DVB_FE_CUSTOMISE
71 help
72 A silicon tuner module. Say Y when you want to support this tuner.
73
149ef72d 74config MEDIA_TUNER_TDA9887
7c91f062 75 tristate "TDA 9885/6/7 analog IF demodulator"
149ef72d 76 default m if MEDIA_TUNER_CUSTOMIZE
7c91f062
MCC
77 help
78 Say Y here to include support for Philips TDA9885/6/7
79 analog IF demodulator.
80
149ef72d 81config MEDIA_TUNER_TEA5761
7c91f062 82 tristate "TEA 5761 radio tuner (EXPERIMENTAL)"
3929c0f9 83 depends on EXPERIMENTAL
149ef72d 84 default m if MEDIA_TUNER_CUSTOMIZE
7c91f062
MCC
85 help
86 Say Y here to include support for the Philips TEA5761 radio tuner.
87
149ef72d 88config MEDIA_TUNER_TEA5767
7c91f062 89 tristate "TEA 5767 radio tuner"
149ef72d 90 default m if MEDIA_TUNER_CUSTOMIZE
7c91f062
MCC
91 help
92 Say Y here to include support for the Philips TEA5767 radio tuner.
93
149ef72d 94config MEDIA_TUNER_MT20XX
7c91f062 95 tristate "Microtune 2032 / 2050 tuners"
149ef72d 96 default m if MEDIA_TUNER_CUSTOMIZE
7c91f062
MCC
97 help
98 Say Y here to include support for the MT2032 / MT2050 tuner.
99
149ef72d 100config MEDIA_TUNER_MT2060
b094516f 101 tristate "Microtune MT2060 silicon IF tuner"
b094516f
MCC
102 default m if DVB_FE_CUSTOMISE
103 help
104 A driver for the silicon IF tuner MT2060 from Microtune.
105
149ef72d 106config MEDIA_TUNER_MT2266
b094516f 107 tristate "Microtune MT2266 silicon tuner"
b094516f
MCC
108 default m if DVB_FE_CUSTOMISE
109 help
110 A driver for the silicon baseband tuner MT2266 from Microtune.
111
149ef72d 112config MEDIA_TUNER_MT2131
b094516f 113 tristate "Microtune MT2131 silicon tuner"
b094516f
MCC
114 default m if DVB_FE_CUSTOMISE
115 help
116 A driver for the silicon baseband tuner MT2131 from Microtune.
117
149ef72d 118config MEDIA_TUNER_QT1010
b094516f 119 tristate "Quantek QT1010 silicon tuner"
b094516f
MCC
120 default m if DVB_FE_CUSTOMISE
121 help
122 A driver for the silicon tuner QT1010 from Quantek.
123
149ef72d 124config MEDIA_TUNER_XC2028
7c91f062 125 tristate "XCeive xc2028/xc3028 tuners"
eabcaf32
MCC
126 depends on HOTPLUG
127 select FW_LOADER
149ef72d 128 default m if MEDIA_TUNER_CUSTOMIZE
7c91f062
MCC
129 help
130 Say Y here to include support for the xc2028/xc3028 tuners.
131
149ef72d 132config MEDIA_TUNER_XC5000
7c91f062 133 tristate "Xceive XC5000 silicon tuner"
755a18ba 134 depends on HOTPLUG
f686d8c3 135 select FW_LOADER
7c91f062
MCC
136 default m if DVB_FE_CUSTOMISE
137 help
138 A driver for the silicon tuner XC5000 from Xceive.
139 This device is only used inside a SiP called togther with a
140 demodulator for now.
141
149ef72d 142endif # MEDIA_TUNER_CUSTOMIZE