aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2009-11-13 20:33:45 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 15:41:32 -0500
commita15c7b42b2b8eda719920e93b81be031f2e0b01b (patch)
treefe17b1a3a783746d2873205bda14708b5b1b803a /drivers/media/dvb/frontends/Kconfig
parentc1426df678c5e9a095ff40285ff3d698d0d25658 (diff)
V4L/DVB (13363): ec100: add new driver for E3C EC100 DVB-T demodulator
E3C EC100 DVB-T demodulator driver Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r--drivers/media/dvb/frontends/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index d7c4837fa71c..4f785f549d02 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -342,6 +342,13 @@ config DVB_AF9013
342 help 342 help
343 Say Y when you want to support this frontend. 343 Say Y when you want to support this frontend.
344 344
345config DVB_EC100
346 tristate "E3C EC100"
347 depends on DVB_CORE && I2C
348 default m if DVB_FE_CUSTOMISE
349 help
350 Say Y when you want to support this frontend.
351
345comment "DVB-C (cable) frontends" 352comment "DVB-C (cable) frontends"
346 depends on DVB_CORE 353 depends on DVB_CORE
347 354