diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 09:42:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 09:42:41 -0300 |
commit | fe1b63559744f62262a57748763586b4a97bed3b (patch) | |
tree | f700384269c79146443cb9cc4e2ccc8c3a7276c6 /v4l/scripts/make_kconfig.pl | |
parent | 7267a608e1c1c223a1977377ddb57367d97eb737 (diff) | |
download | mediapointer-dvb-s2-fe1b63559744f62262a57748763586b4a97bed3b.tar.gz mediapointer-dvb-s2-fe1b63559744f62262a57748763586b4a97bed3b.tar.bz2 |
Add tm6000 and tuner-xc2028 drivers
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Adds a V4L driver for Trident TV Master TM5600/TM6000 chips.
Those USB devices are usually found with a Xceive XC2028/XC3028
tuner, although the firmware seems to be modified to work with
those chips.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l/scripts/make_kconfig.pl')
-rwxr-xr-x | v4l/scripts/make_kconfig.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index fd6dbd739..764072101 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -593,6 +593,7 @@ disable_config('DVB_AV7110_FIRMWARE'); disable_config('DVB_CINERGYT2_TUNING'); disable_config('VIDEO_HELPER_CHIPS_AUTO'); disable_config('VIDEO_FIXED_MINOR_RANGES'); +disable_config('STAGING_BROKEN'); $intopt { "DVB_MAX_ADAPTERS" } = 8; # Check dependencies |