diff options
author | Igor M. Liplianin <liplianin@me.by> | 2011-09-23 17:33:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-23 23:07:42 -0400 |
commit | 4e2c53fde651be6225d9f940c02b2eabc2f9591c (patch) | |
tree | 7427afe586aed591065cae6c6737be6f8df932b3 /drivers/media/dvb/frontends/Kconfig | |
parent | 600836cc7b049f3eb47e9b39f379aa4b0926188a (diff) |
[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 28fbb5c8c0a3..4a2d2e6c91ab 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -607,6 +607,16 @@ config DVB_LNBP21 | |||
607 | help | 607 | help |
608 | An SEC control chips. | 608 | An SEC control chips. |
609 | 609 | ||
610 | config DVB_LNBP22 | ||
611 | tristate "LNBP22 SEC controllers" | ||
612 | depends on DVB_CORE && I2C | ||
613 | default m if DVB_FE_CUSTOMISE | ||
614 | help | ||
615 | LNB power supply and control voltage | ||
616 | regulator chip with step-up converter | ||
617 | and I2C interface. | ||
618 | Say Y when you want to support this chip. | ||
619 | |||
610 | config DVB_ISL6405 | 620 | config DVB_ISL6405 |
611 | tristate "ISL6405 SEC controller" | 621 | tristate "ISL6405 SEC controller" |
612 | depends on DVB_CORE && I2C | 622 | depends on DVB_CORE && I2C |