diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-28 04:45:09 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 08:59:44 +0400 |
commit | 21c2858235a81ce4fa1862432eb0c98d8dbdee1e (patch) | |
tree | 7a06d90877c8379bb373b15f916d8f591c5df7ec /drivers/media/dvb/frontends/Kconfig | |
parent | d020542fdaaa69e3061e15d096f11fbc4aeeb93f (diff) | |
download | linux-21c2858235a81ce4fa1862432eb0c98d8dbdee1e.tar.xz |
V4L/DVB (3933): Add isl6421 module
Driver for the ISL6421 LNB chip
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 64cd63623b0b..0ef361f0309b 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig @@ -226,4 +226,10 @@ config DVB_LNBP21 help An SEC control chip. +config DVB_ISL6421 + tristate "ISL6421 SEC controller" + depends on DVB_CORE + help + An SEC control chip. + endmenu |