diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2009-12-19 08:54:44 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 19:10:53 +0100 |
commit | 83f3c7157e087ace8fc67fd759bc3d7b3b64531e (patch) | |
tree | a35d48a58a8d8d1fa78138c3818c50b3a27cd37f /drivers/media/dvb/ngene/Kconfig | |
parent | V4L/DVB: ngene: Initial check-in (diff) | |
download | linux-83f3c7157e087ace8fc67fd759bc3d7b3b64531e.tar.xz linux-83f3c7157e087ace8fc67fd759bc3d7b3b64531e.zip |
V4L/DVB: ngene: Driver compiles now
Remove LNBH21 routines, disable code which broke compilation.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/ngene/Kconfig')
-rw-r--r-- | drivers/media/dvb/ngene/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/dvb/ngene/Kconfig b/drivers/media/dvb/ngene/Kconfig new file mode 100644 index 000000000000..3ec8e6fcbb1d --- /dev/null +++ b/drivers/media/dvb/ngene/Kconfig @@ -0,0 +1,9 @@ +config DVB_NGENE + tristate "Micronas nGene support" + depends on DVB_CORE && PCI && I2C + select DVB_LNBP21 if !DVB_FE_CUSTOMISE + select DVB_STV6110x if !DVB_FE_CUSTOMISE + select DVB_STV090x if !DVB_FE_CUSTOMISE + ---help--- + Support for Micronas PCI express cards with nGene bridge. + |