diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-25 02:44:36 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-26 08:29:56 -0400 |
commit | 8b4f1d031627d6f36d6ada05ab7670c2317efdaa (patch) | |
tree | 29488e2587325c2e254201a27148af5d7761e9c7 /drivers/media/dvb/frontends/Kconfig | |
parent | 8367fe248d74d53a6ae10e373c73230ab1536599 (diff) |
V4L/DVB (7741): s5h1411: Adding support for this ATSC/QAM demodulator
This adds full support for this demodulator.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 68fab616f55d..f5fceb3cdb3c 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -307,6 +307,14 @@ config DVB_AU8522 | |||
307 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 307 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
308 | to support this frontend. | 308 | to support this frontend. |
309 | 309 | ||
310 | config DVB_S5H1411 | ||
311 | tristate "Samsung S5H1411 based" | ||
312 | depends on DVB_CORE && I2C | ||
313 | default m if DVB_FE_CUSTOMISE | ||
314 | help | ||
315 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | ||
316 | to support this frontend. | ||
317 | |||
310 | comment "Tuners/PLL support" | 318 | comment "Tuners/PLL support" |
311 | depends on DVB_CORE | 319 | depends on DVB_CORE |
312 | 320 | ||