Jan Beulich
2006-Dec-07 16:26 UTC
[Xen-devel] [PATCH] linux: disable CONFIG_VIDEO_SELECT properly
.. as it''s meaningless for Xen kernels. Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: sle10-sp1-2006-12-05/drivers/video/Kconfig ==================================================================--- sle10-sp1-2006-12-05.orig/drivers/video/Kconfig 2006-12-05 12:54:47.000000000 +0100 +++ sle10-sp1-2006-12-05/drivers/video/Kconfig 2006-12-06 16:39:31.000000000 +0100 @@ -467,7 +467,7 @@ config FB_VESA config VIDEO_SELECT bool - depends on FB_VESA + depends on FB_VESA && !XEN default y config FB_HGA Index: sle10-sp1-2006-12-05/drivers/video/console/Kconfig ==================================================================--- sle10-sp1-2006-12-05.orig/drivers/video/console/Kconfig 2006-03-20 06:53:29.000000000 +0100 +++ sle10-sp1-2006-12-05/drivers/video/console/Kconfig 2006-12-06 16:38:34.000000000 +0100 @@ -28,7 +28,7 @@ config VGA_CONSOLE config VIDEO_SELECT bool "Video mode selection support" - depends on X86 && VGA_CONSOLE + depends on X86 && VGA_CONSOLE && !XEN ---help--- This enables support for text mode selection on kernel startup. If you want to take advantage of some high-resolution text mode your _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel