diff options
author | Patrick Boettcher <pboettcher@dibcom.fr> | 2009-08-17 06:01:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:14:30 -0400 |
commit | 77e2c0f5d471e2b14140f0695a1b6a718f318dd7 (patch) | |
tree | 681fd02945e867706201e0c5590a7e5d1ab3a995 /drivers/media/dvb/dvb-usb | |
parent | 2a6a30e05cc4afa4aa4da406ece75e6846d5b408 (diff) |
V4L/DVB (12900): DiB8000: added support for DiBcom ISDB-T/ISDB-Tsb demodulator DiB8000
This commit adds support for the DiB8000 ISDB-T demodulator made by DiBcom.
Signed-off-by: Olivier Grenie <Olivier.Grenie@dibcom.fr>
Signed-off-by: Patrick Boettcher <pboettcher@dibcom.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb')
-rw-r--r-- | drivers/media/dvb/dvb-usb/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig index 8b8bc04ee980..c5ec9a5f3b3f 100644 --- a/drivers/media/dvb/dvb-usb/Kconfig +++ b/drivers/media/dvb/dvb-usb/Kconfig | |||
@@ -71,6 +71,7 @@ config DVB_USB_DIB0700 | |||
71 | depends on DVB_USB | 71 | depends on DVB_USB |
72 | select DVB_DIB7000P if !DVB_FE_CUSTOMISE | 72 | select DVB_DIB7000P if !DVB_FE_CUSTOMISE |
73 | select DVB_DIB7000M if !DVB_FE_CUSTOMISE | 73 | select DVB_DIB7000M if !DVB_FE_CUSTOMISE |
74 | select DVB_DIB8000 if !DVB_FE_CUSTOMISE | ||
74 | select DVB_DIB3000MC if !DVB_FE_CUSTOMISE | 75 | select DVB_DIB3000MC if !DVB_FE_CUSTOMISE |
75 | select DVB_S5H1411 if !DVB_FE_CUSTOMISE | 76 | select DVB_S5H1411 if !DVB_FE_CUSTOMISE |
76 | select DVB_LGDT3305 if !DVB_FE_CUSTOMISE | 77 | select DVB_LGDT3305 if !DVB_FE_CUSTOMISE |
@@ -87,7 +88,7 @@ config DVB_USB_DIB0700 | |||
87 | Avermedia and other big and small companies. | 88 | Avermedia and other big and small companies. |
88 | 89 | ||
89 | For an up-to-date list of devices supported by this driver, have a look | 90 | For an up-to-date list of devices supported by this driver, have a look |
90 | on the Linux-DVB Wiki at www.linuxtv.org. | 91 | on the LinuxTV Wiki at www.linuxtv.org. |
91 | 92 | ||
92 | Say Y if you own such a device and want to use it. You should build it as | 93 | Say Y if you own such a device and want to use it. You should build it as |
93 | a module. | 94 | a module. |