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