diff options
author | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2008-01-20 20:57:58 +0100 |
---|---|---|
committer | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2008-01-20 20:57:58 +0100 |
commit | 735733e74260f436310e1e000a462047281eedd9 (patch) | |
tree | a1cbe59b3b3246817ec52253bb4f4750575d740c /linux/drivers/media/dvb/frontends/Kconfig | |
parent | 18ac0ef62eca3a89e0bf1f3c23bb7004e760d15b (diff) | |
download | mediapointer-dvb-s2-735733e74260f436310e1e000a462047281eedd9.tar.gz mediapointer-dvb-s2-735733e74260f436310e1e000a462047281eedd9.tar.bz2 |
Add support for the ISL6405 dual LNB supply chip
From: Hartmut Hackmann <hartmut.hackmann@t-online.de>
The chip can control 2 LNBs independently.
The driver distinguishes them by evaluating the MSB of the override_set
parameter of the isl6405_attach function.
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 9ad86ce4a..0209644f2 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -379,6 +379,13 @@ config DVB_LNBP21 help An SEC control chip. +config DVB_ISL6405 + tristate "ISL6405 SEC controller" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + An SEC control chip. + config DVB_ISL6421 tristate "ISL6421 SEC controller" depends on DVB_CORE && I2C |