diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-18 21:06:25 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-04-18 21:06:25 -0400 |
commit | ccd624d20551fc0bd0d88f6bba125da836446978 (patch) | |
tree | 300c360f1255ec13c84b5d77cc80fe27963050d5 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | 95d7aea2f14caa63e65d2bab792626f8a90194b4 (diff) | |
download | mediapointer-dvb-s2-ccd624d20551fc0bd0d88f6bba125da836446978.tar.gz mediapointer-dvb-s2-ccd624d20551fc0bd0d88f6bba125da836446978.tar.bz2 |
Adding support for the NXP TDA10048HN DVB OFDM demodulator
From: Steven Toth <stoth@hauppauge.com>
Adding support for the NXP TDA10048HN DVB OFDM 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 ae3659be3..68fab616f 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -188,6 +188,14 @@ config DVB_DIB7000P A DVB-T tuner module. Designed for mobile usage. Say Y when you want to support this frontend. +config DVB_TDA10048 + tristate "Philips TDA10048HN based" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + select FW_LOADER + help + A DVB-T tuner module. Say Y when you want to support this frontend. + comment "DVB-C (cable) frontends" depends on DVB_CORE |