diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-01 07:35:10 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-01 07:35:10 +0000 |
commit | f59d306e416b8bfd707417c9a8c1d77e2e87f173 (patch) | |
tree | f9763353dbb259e80cf7ca4ff208c1382e0160c3 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | 7311d91726777ee42703fdf54cc73f851fb2e184 (diff) | |
download | mediapointer-dvb-s2-f59d306e416b8bfd707417c9a8c1d77e2e87f173.tar.gz mediapointer-dvb-s2-f59d306e416b8bfd707417c9a8c1d77e2e87f173.tar.bz2 |
Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator
From: David Wong <davidtlwong@gmail.com>
This patch contains the unified driver for Legend Silicon LGS8913 and
LGS8GL5. It should replace lgs8gl5.c in media/dvb/frontends in the future.
Signed-off-by: David T.L. Wong <davidtlwong@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 a206cee23..578b834bf 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -513,6 +513,13 @@ config DVB_LGS8GL5 help A DMB-TH tuner module. Say Y when you want to support this frontend. +config DVB_LGS8GXX + tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + A DMB-TH tuner module. Say Y when you want to support this frontend. + comment "Tools to develop new frontends" config DVB_DUMMY_FE |