# HG changeset patch # User cl349@firebug.cl.cam.ac.uk # Date 1140458636 0 # Node ID 9fa969af72cd2b38ee5248a20f613e3e42f328aa # Parent 834e209cec9f74f9294ce5c64f89be69a46fef33 Suppress VIDEO_SELECT config option. The Xen guest doesn't know how to change video modes at boot. From: Jan Beulich Signed-off-by: Christian Limpach diff -r 834e209cec9f -r 9fa969af72cd linux-2.6-xen-sparse/drivers/video/Kconfig --- a/linux-2.6-xen-sparse/drivers/video/Kconfig Mon Feb 20 18:02:55 2006 +0000 +++ b/linux-2.6-xen-sparse/drivers/video/Kconfig Mon Feb 20 18:03:56 2006 +0000 @@ -495,7 +495,7 @@ config FB_HGA_ACCEL config VIDEO_SELECT bool - depends on (FB = y) && X86 + depends on (FB = y) && X86 && !XEN default y config FB_SGIVW