diff options
author | Andrew de Quincy <devnull@localhost> | 2005-06-11 23:36:56 +0000 |
---|---|---|
committer | Andrew de Quincy <devnull@localhost> | 2005-06-11 23:36:56 +0000 |
commit | e97d0dd19851e39a1e1e2021b442fea0e2cebcf7 (patch) | |
tree | 7f70cc2a116393a1977d7f02ba7367bbc2dd71d5 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | 9dcc29ab9f5223f496e70cf344c1ce710bc94c1e (diff) | |
download | mediapointer-dvb-s2-e97d0dd19851e39a1e1e2021b442fea0e2cebcf7.tar.gz mediapointer-dvb-s2-e97d0dd19851e39a1e1e2021b442fea0e2cebcf7.tar.bz2 |
Initial support for s5h1420 frontend (new hauppauge/tt DVB-S SE). Untested
and incomplete, so commented out for the moment.
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index b4fddf513..5c695937e 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -40,6 +40,12 @@ config DVB_VES1X93 help A DVB-S tuner module. Say Y when you want to support this frontend. +config DVB_S5H1420 + tristate "Samsung S5H1420 based" + depends on DVB_CORE + help + A DVB-S tuner module. Say Y when you want to support this frontend. + comment "DVB-T (terrestrial) frontends" depends on DVB_CORE |