Update cxusb Kconfig selection fixes for 2.6.33

svn path=/dists/trunk/linux-2.6/; revision=15192
This commit is contained in:
Ben Hutchings 2010-02-18 14:10:37 +00:00
parent aa2b0b9995
commit e85eebcdbb
4 changed files with 36 additions and 23 deletions

View File

@ -0,0 +1,35 @@
Subject: [PATCH] cxusb: Select all required frontend and tuner modules
From: Ben Hutchings <ben@decadent.org.uk>
Date: Thu, 11 Feb 2010 02:57:18 +0000
cxusb uses the atbm8830 and lgs8gxx (not lgs8gl5) frontends and the
max2165 tuner, so it needs to select them.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Cc: stable@kernel.org
---
drivers/media/dvb/dvb-usb/Kconfig | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig
index 1b24989..465295b 100644
--- a/drivers/media/dvb/dvb-usb/Kconfig
+++ b/drivers/media/dvb/dvb-usb/Kconfig
@@ -112,11 +112,13 @@ config DVB_USB_CXUSB
select DVB_MT352 if !DVB_FE_CUSTOMISE
select DVB_ZL10353 if !DVB_FE_CUSTOMISE
select DVB_DIB7000P if !DVB_FE_CUSTOMISE
- select DVB_LGS8GL5 if !DVB_FE_CUSTOMISE
select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
+ select DVB_ATBM8830 if !DVB_FE_CUSTOMISE
+ select DVB_LGS8GXX if !DVB_FE_CUSTOMISE
select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE
select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
+ select MEDIA_TUNER_MAX2165 if !MEDIA_TUNER_CUSTOMISE
help
Say Y here to support the Conexant USB2.0 hybrid reference design.
Currently, only DVB and ATSC modes are supported, analog mode
--
1.6.6

View File

@ -1,10 +0,0 @@
--- a/drivers/media/dvb/dvb-usb/Kconfig
+++ b/drivers/media/dvb/dvb-usb/Kconfig
@@ -112,7 +112,6 @@
select DVB_MT352 if !DVB_FE_CUSTOMISE
select DVB_ZL10353 if !DVB_FE_CUSTOMISE
select DVB_DIB7000P if !DVB_FE_CUSTOMISE
- select DVB_LGS8GL5 if !DVB_FE_CUSTOMISE
select DVB_LGS8GXX if !DVB_FE_CUSTOMISE
select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE

View File

@ -1,10 +0,0 @@
--- a/drivers/media/dvb/dvb-usb/Kconfig
+++ b/drivers/media/dvb/dvb-usb/Kconfig
@@ -113,6 +113,7 @@
select DVB_ZL10353 if !DVB_FE_CUSTOMISE
select DVB_DIB7000P if !DVB_FE_CUSTOMISE
select DVB_LGS8GL5 if !DVB_FE_CUSTOMISE
+ select DVB_LGS8GXX if !DVB_FE_CUSTOMISE
select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE

View File

@ -61,8 +61,8 @@
#+ features/all/rt3090sta-use-request_firmware.patch
#+ features/all/input-alps-add-support-for-touchpads-with-4-directional-button-2.patch
+ bugfix/all/cxusb-Select-all-required-frontend-and-tuner-modules.patch
+ bugfix/all/cxusb-select-lgs8gxx.patch
# FIXME:
#+ bugfix/x86/kvm-pit-control-word-is-write-only.patch
#+ bugfix/x86/kvm-fix-memory-access-during-x86-emulation.patch
@ -70,7 +70,5 @@
#+ bugfix/x86/kvm-Fix-popf-emulation.patch
#+ bugfix/x86/kvm-Check-CPL-level-during-privilege-instruction-emulation.patch
+ bugfix/all/cxusb-dont-select-lgs8gl5.patch
+ debian/sysrq-mask.patch
+ bugfix/all/efifb_fix_v2.patch