diff options
author | Antti Palosaari <crope@iki.fi> | 2009-11-14 02:33:45 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 21:41:32 +0100 |
commit | a15c7b42b2b8eda719920e93b81be031f2e0b01b (patch) | |
tree | fe17b1a3a783746d2873205bda14708b5b1b803a /drivers/media/dvb/frontends/Kconfig | |
parent | V4L/DVB (13361): stv090x: fix TS corruption with High Symbol Rate streams (diff) | |
download | linux-a15c7b42b2b8eda719920e93b81be031f2e0b01b.tar.xz linux-a15c7b42b2b8eda719920e93b81be031f2e0b01b.zip |
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/Kconfig | 7 |
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 help Say Y when you want to support this frontend. +config DVB_EC100 + tristate "E3C EC100" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + Say Y when you want to support this frontend. + comment "DVB-C (cable) frontends" depends on DVB_CORE |