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/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 57178d6e1cf8..9ad86ce4a4e5 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -360,6 +360,15 @@ config DVB_TUNER_DIB0070
360 This device is only used inside a SiP called togther with a 360 This device is only used inside a SiP called togther with a
361 demodulator for now. 361 demodulator for now.
362 362
363config DVB_TUNER_XC5000
364 tristate "Xceive XC5000 silicon tuner"
365 depends on I2C
366 default m if DVB_FE_CUSTOMISE
367 help
368 A driver for the silicon tuner XC5000 from Xceive.
369 This device is only used inside a SiP called togther with a
370 demodulator for now.
371
363comment "Miscellaneous devices" 372comment "Miscellaneous devices"
364 depends on DVB_CORE 373 depends on DVB_CORE
365 374