diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-19 00:06:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:44 -0400 |
commit | 7bbb1ce4f3e517666ad27f3307d49bb2da69ffec (patch) | |
tree | f41e23bf01d70667c23ea5b5bd56c6330c3dbf08 /drivers/media/dvb/frontends/Kconfig | |
parent | 6b92b3bd7ac91b7e255541f4be9bfd55b12dae41 (diff) |
V4L/DVB (7644): Adding support for the NXP TDA10048HN DVB OFDM demodulator
Adding support for the NXP TDA10048HN DVB OFDM 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 ae3659be323f..68fab616f55d 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -188,6 +188,14 @@ config DVB_DIB7000P | |||
188 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | 188 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
189 | to support this frontend. | 189 | to support this frontend. |
190 | 190 | ||
191 | config DVB_TDA10048 | ||
192 | tristate "Philips TDA10048HN based" | ||
193 | depends on DVB_CORE && I2C | ||
194 | default m if DVB_FE_CUSTOMISE | ||
195 | select FW_LOADER | ||
196 | help | ||
197 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
198 | |||
191 | comment "DVB-C (cable) frontends" | 199 | comment "DVB-C (cable) frontends" |
192 | depends on DVB_CORE | 200 | depends on DVB_CORE |
193 | 201 | ||