diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-12-02 18:16:04 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 06:05:03 -0500 |
commit | bc2e3913c786d7387e21ee0818c1a3b66a571703 (patch) | |
tree | 8ef6319697c9ef0123b5b671e05a6dfb678fbcca /drivers/media/dvb/dvb-usb/Kconfig | |
parent | 8949f1a2424a38a4080a2a3561a2698f215a7c4a (diff) |
V4L/DVB (4863): Adding support for Pinnacle PCTV 400e DVB-S
Adding support for Pinnacle PCTV 400e DVB-S. The module name is called ttusb2,
because it this device (and other Pinnacle devices) is using the USB-protocol
originally used by Technotrend device. I'm suspecting Technotrend as the
device-designer.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r-- | drivers/media/dvb/dvb-usb/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig index bfe5691dde1f..ad52143602cd 100644 --- a/drivers/media/dvb/dvb-usb/Kconfig +++ b/drivers/media/dvb/dvb-usb/Kconfig | |||
@@ -160,6 +160,17 @@ config DVB_USB_NOVA_T_USB2 | |||
160 | help | 160 | help |
161 | Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. | 161 | Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. |
162 | 162 | ||
163 | config DVB_USB_TTUSB2 | ||
164 | tristate "Pinnacle 400e DVB-S USB2.0 support" | ||
165 | depends on DVB_USB | ||
166 | select DVB_TDA10086 if !DVB_FE_CUSTOMISE | ||
167 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE | ||
168 | select DVB_TDA826X if !DVB_FE_CUSTOMISE | ||
169 | help | ||
170 | Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The | ||
171 | firmware protocol used by this module is similar to the one used by the | ||
172 | old ttusb-driver - that's why the module is called dvb-usb-ttusb2.ko. | ||
173 | |||
163 | config DVB_USB_DTT200U | 174 | config DVB_USB_DTT200U |
164 | tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)" | 175 | tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)" |
165 | depends on DVB_USB | 176 | depends on DVB_USB |