summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/2.6.22/20065_xen-no-video-select.patch1')
-rw-r--r--trunk/2.6.22/20065_xen-no-video-select.patch121
1 files changed, 21 insertions, 0 deletions
diff --git a/trunk/2.6.22/20065_xen-no-video-select.patch1 b/trunk/2.6.22/20065_xen-no-video-select.patch1
new file mode 100644
index 0000000..a02f8af
--- /dev/null
+++ b/trunk/2.6.22/20065_xen-no-video-select.patch1
@@ -0,0 +1,21 @@
+From: jbeulich@novell.com
+Subject: Properly suppress VIDEO_SELECT config option
+Patch-mainline: obsolete
+
+... as it's meaningless for Xen kernels.
+
+---
+ drivers/video/Kconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/drivers/video/Kconfig 2007-08-27 14:01:23.000000000 -0400
++++ b/drivers/video/Kconfig 2007-08-27 14:01:27.000000000 -0400
+@@ -1477,7 +1477,7 @@ config FB_CYBLA
+ tristate "Cyberblade/i1 support"
+ depends on FB && PCI && X86_32 && !64BIT
+ select FB_CFB_IMAGEBLIT
+- select VIDEO_SELECT
++ select VIDEO_SELECT if !XEN
+ ---help---
+ This driver is supposed to support the Trident Cyberblade/i1
+ graphics core integrated in the VIA VT8601A North Bridge,