aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r--drivers/media/dvb/frontends/Kconfig19
1 files changed, 12 insertions, 7 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 83093d1f4f74..44b816f2601e 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -263,18 +263,16 @@ config DVB_S5H1432
263 help 263 help
264 A DVB-T tuner module. Say Y when you want to support this frontend. 264 A DVB-T tuner module. Say Y when you want to support this frontend.
265 265
266config DVB_DRX397XD 266config DVB_DRXD
267 tristate "Micronas DRX3975D/DRX3977D based" 267 tristate "Micronas DRXD driver"
268 depends on DVB_CORE && I2C 268 depends on DVB_CORE && I2C
269 default m if DVB_FE_CUSTOMISE 269 default m if DVB_FE_CUSTOMISE
270 help 270 help
271 A DVB-T tuner module. Say Y when you want to support this frontend. 271 A DVB-T tuner module. Say Y when you want to support this frontend.
272 272
273 TODO: 273 Note: this driver was based on vendor driver reference code (released
274 This driver needs external firmware. Please use the command 274 under the GPL) as opposed to the existing drx397xd driver, which
275 "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to 275 was written via reverse engineering.
276 download/extract them, and then copy them to /usr/lib/hotplug/firmware
277 or /lib/firmware (depending on configuration of firmware hotplug).
278 276
279config DVB_L64781 277config DVB_L64781
280 tristate "LSI L64781" 278 tristate "LSI L64781"
@@ -385,6 +383,13 @@ config DVB_STV0367
385 help 383 help
386 A DVB-T/C tuner module. Say Y when you want to support this frontend. 384 A DVB-T/C tuner module. Say Y when you want to support this frontend.
387 385
386config DVB_CXD2820R
387 tristate "Sony CXD2820R"
388 depends on DVB_CORE && I2C
389 default m if DVB_FE_CUSTOMISE
390 help
391 Say Y when you want to support this frontend.
392
388comment "DVB-C (cable) frontends" 393comment "DVB-C (cable) frontends"
389 depends on DVB_CORE 394 depends on DVB_CORE
390 395