diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2007-07-30 17:49:04 +0200 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2007-07-30 17:49:04 +0200 |
commit | 9ca8ec59c0892a05e7f9d72a976551140abeab28 (patch) | |
tree | 3b83c946f370354db696b453f89e83fbd865369b /linux/drivers/media/dvb/dvb-usb/Kconfig | |
parent | 60d6f86f2ef2879ab24f59088cf3a7e3ec0b048b (diff) | |
download | mediapointer-dvb-s2-9ca8ec59c0892a05e7f9d72a976551140abeab28.tar.gz mediapointer-dvb-s2-9ca8ec59c0892a05e7f9d72a976551140abeab28.tar.bz2 |
Add support for DiB7070-based devices
From: Patrick Boettcher <pb@linuxtv.org>
This changeset adds support for DiB7070P-based devices by adding the
dib0070-driver and putting the appropriate layouts into
dib0700_devices.c
It also includes a new firmware for the dib0700 which is necessary to
make the DiB7070-boards work and it also should fix the i2c-problems
on some boards.
Signed-off-by: Jean-Philippe Sibers <jpsibers@dibcom.fr>
Signed-off-by: Patrick Boettcher <pboettcher@dibcom.fr>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Kconfig b/linux/drivers/media/dvb/dvb-usb/Kconfig index dec03ee32..d73934dd4 100644 --- a/linux/drivers/media/dvb/dvb-usb/Kconfig +++ b/linux/drivers/media/dvb/dvb-usb/Kconfig @@ -75,6 +75,7 @@ config DVB_USB_DIB0700 select DVB_DIB3000MC select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE select DVB_TUNER_MT2266 if !DVB_FE_CUSTOMISE + select DVB_TUNER_DIB0070 help Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The USB bridge is also present in devices having the DiB7700 DVB-T-USB |