aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2011-07-25 14:35:12 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-08-27 09:29:20 -0400
commit3dbbf82f49865c84d472a89ada225039e5c825a0 (patch)
tree6d158542e8208c3fb362e2e8080a614205998b19 /drivers/media/dvb/frontends/Kconfig
parentea3709435c7f2da8852c3d676874cd727253fc60 (diff)
[media] it913x_fe: frontend and tuner driver v1.05
Fronted and Tuner Driver for ITE IT913x Series with inital support for IT9137 integrated demodulator and tuner device. The driver is loosely based on AF9035 series. However, support is not intended for this device specificity. The IT9137 tuner has been tested on UHF bands, but VHF has only been simulated. Possible TODO the tuner sections may be separated from the main driver. All future devices should use the it913x_fe_script_loader for other tuner devices. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> [mchehab@redhat.com: Fix an issue at the Kconfig help] Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r--drivers/media/dvb/frontends/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 32e08e351525..17082df7da39 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -661,6 +661,14 @@ config DVB_IX2505V
661 help 661 help
662 A DVB-S tuner module. Say Y when you want to support this frontend. 662 A DVB-S tuner module. Say Y when you want to support this frontend.
663 663
664config DVB_IT913X_FE
665 tristate "it913x frontend and it9137 tuner"
666 depends on DVB_CORE && I2C
667 default m if DVB_FE_CUSTOMISE
668 help
669 A DVB-T tuner module.
670 Say Y when you want to support this frontend.
671
664comment "Tools to develop new frontends" 672comment "Tools to develop new frontends"
665 673
666config DVB_DUMMY_FE 674config DVB_DUMMY_FE