diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-24 23:44:36 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-04-24 23:44:36 -0400 |
commit | ddbfaff96c71ca8b48a00e486c95217e981fb467 (patch) | |
tree | 494931c34d99a75166d414581afbba372261935c /linux/drivers/media/dvb/frontends/Kconfig | |
parent | a6b6e4a50a6e773ced47026223985ff1322b9a8e (diff) | |
download | mediapointer-dvb-s2-ddbfaff96c71ca8b48a00e486c95217e981fb467.tar.gz mediapointer-dvb-s2-ddbfaff96c71ca8b48a00e486c95217e981fb467.tar.bz2 |
s5h1411: Adding support for this ATSC/QAM demodulator
From: Steven Toth <stoth@hauppauge.com>
This adds full support for this demodulator.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 17f3338c0..acbd9fed1 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -321,6 +321,14 @@ config DVB_AU8522 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want to support this frontend. +config DVB_S5H1411 + tristate "Samsung S5H1411 based" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want + to support this frontend. + comment "Tuners/PLL support" depends on DVB_CORE |