diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-08-08 14:48:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 10:53:43 -0400 |
commit | 825d51ef9ed956d896244f82b02988d370a7e47e (patch) | |
tree | 40d3b77300b4fe46ba2a56ad3121bd533550abde /drivers/media/dvb/dvb-usb/Kconfig | |
parent | a841e1f6d153c72e29802a33520f2c862792f7b0 (diff) |
V4L/DVB: MT2060: Code cleanups, adding to new build-mechanism
Some minor code cleanups and added the MT2060 to new v4l-dvb-build-system, preliminarily under dvb/frontends.
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig index d9f13adc87a8..0a3c35399bea 100644 --- a/drivers/media/dvb/dvb-usb/Kconfig +++ b/drivers/media/dvb/dvb-usb/Kconfig | |||
@@ -26,6 +26,7 @@ config DVB_USB_A800 | |||
26 | tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)" | 26 | tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)" |
27 | depends on DVB_USB | 27 | depends on DVB_USB |
28 | select DVB_DIB3000MC | 28 | select DVB_DIB3000MC |
29 | select DVB_TUNER_MT2060 | ||
29 | help | 30 | help |
30 | Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver. | 31 | Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver. |
31 | 32 | ||
@@ -33,6 +34,7 @@ config DVB_USB_DIBUSB_MB | |||
33 | tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)" | 34 | tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)" |
34 | depends on DVB_USB | 35 | depends on DVB_USB |
35 | select DVB_DIB3000MB | 36 | select DVB_DIB3000MB |
37 | select DVB_TUNER_MT2060 | ||
36 | help | 38 | help |
37 | Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by | 39 | Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by |
38 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator. | 40 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator. |
@@ -65,6 +67,7 @@ config DVB_USB_DIBUSB_MC | |||
65 | tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)" | 67 | tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)" |
66 | depends on DVB_USB | 68 | depends on DVB_USB |
67 | select DVB_DIB3000MC | 69 | select DVB_DIB3000MC |
70 | select DVB_TUNER_MT2060 | ||
68 | help | 71 | help |
69 | Support for 2.0 DVB-T receivers based on reference designs made by | 72 | Support for 2.0 DVB-T receivers based on reference designs made by |
70 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator. | 73 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator. |
@@ -80,6 +83,7 @@ config DVB_USB_UMT_010 | |||
80 | tristate "HanfTek UMT-010 DVB-T USB2.0 support" | 83 | tristate "HanfTek UMT-010 DVB-T USB2.0 support" |
81 | depends on DVB_USB | 84 | depends on DVB_USB |
82 | select DVB_DIB3000MC | 85 | select DVB_DIB3000MC |
86 | select DVB_TUNER_MT2060 | ||
83 | help | 87 | help |
84 | Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver. | 88 | Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver. |
85 | 89 | ||
@@ -145,6 +149,7 @@ config DVB_USB_NOVA_T_USB2 | |||
145 | tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support" | 149 | tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support" |
146 | depends on DVB_USB | 150 | depends on DVB_USB |
147 | select DVB_DIB3000MC | 151 | select DVB_DIB3000MC |
152 | select DVB_TUNER_MT2060 | ||
148 | help | 153 | help |
149 | Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. | 154 | Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. |
150 | 155 | ||