diff options
author | Igor M. Liplianin <liplianin@me.by> | 2011-09-23 18:33:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-24 00:07:42 -0300 |
commit | 4e2c53fde651be6225d9f940c02b2eabc2f9591c (patch) | |
tree | 7427afe586aed591065cae6c6737be6f8df932b3 /drivers/media/dvb/frontends/Kconfig | |
parent | 600836cc7b049f3eb47e9b39f379aa4b0926188a (diff) | |
download | linux-3.10-4e2c53fde651be6225d9f940c02b2eabc2f9591c.tar.gz linux-3.10-4e2c53fde651be6225d9f940c02b2eabc2f9591c.tar.bz2 linux-3.10-4e2c53fde651be6225d9f940c02b2eabc2f9591c.zip |
[media] dvb: Add support for pctv452e
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 28fbb5c8c0a..4a2d2e6c91a 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig @@ -607,6 +607,16 @@ config DVB_LNBP21 help An SEC control chips. +config DVB_LNBP22 + tristate "LNBP22 SEC controllers" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + LNB power supply and control voltage + regulator chip with step-up converter + and I2C interface. + Say Y when you want to support this chip. + config DVB_ISL6405 tristate "ISL6405 SEC controller" depends on DVB_CORE && I2C |