diff options
author | Igor M. Liplianin <liplianin@netup.ru> | 2009-03-03 09:24:18 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:04 -0400 |
commit | 8c1a23312b120194a415be354808f58ace582d10 (patch) | |
tree | 9a2fc408f2cd3169fc280eef0f04fc4e95fb2dca /drivers/media/dvb/frontends/Kconfig | |
parent | 47220bc11f5bb4bc21ae7227278452ae82fefe18 (diff) |
V4L/DVB (10800): Add support for ST LNBH24 LNB power controller.
The controller consist of two independent parts.
Every part is similar to LNBP21, but has configurable i2c address.
It is used in NetUP Dual DVB-S2 CI card.
http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_S2_CI
Signed-off-by: Igor M. Liplianin <liplianin@netup.ru>
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 649ac75aaefa..d3cfced2ce23 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -453,11 +453,11 @@ comment "SEC control devices for DVB-S" | |||
453 | depends on DVB_CORE | 453 | depends on DVB_CORE |
454 | 454 | ||
455 | config DVB_LNBP21 | 455 | config DVB_LNBP21 |
456 | tristate "LNBP21 SEC controller" | 456 | tristate "LNBP21/LNBH24 SEC controllers" |
457 | depends on DVB_CORE && I2C | 457 | depends on DVB_CORE && I2C |
458 | default m if DVB_FE_CUSTOMISE | 458 | default m if DVB_FE_CUSTOMISE |
459 | help | 459 | help |
460 | An SEC control chip. | 460 | An SEC control chips. |
461 | 461 | ||
462 | config DVB_ISL6405 | 462 | config DVB_ISL6405 |
463 | tristate "ISL6405 SEC controller" | 463 | tristate "ISL6405 SEC controller" |