summaryrefslogtreecommitdiff
blob: a02f8af7a004251910aa42a03e5b209583acb5fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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,