aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-11-01 08:11:55 +0000
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-11-01 08:11:55 +0000
commit0f29cfce5a3c07410826f9104f984445b1a043df (patch)
treefb9d8bc83d5162c11f1cd5ec8e60f18fd90524e2
parentdaf01d76f76e25f51cf8cbfe0a9d1397f433d95d (diff)
downloadxen-0f29cfce5a3c07410826f9104f984445b1a043df.tar.gz
xen-0f29cfce5a3c07410826f9104f984445b1a043df.tar.bz2
xen-0f29cfce5a3c07410826f9104f984445b1a043df.zip
bitkeeper revision 1.1159.1.318 (4185efcbzSMnnzF580Z_kKoRcqF39A)
Force build of Xen console driver in Linux 2.4, just as we already do in 2.6.
-rw-r--r--linux-2.4.27-xen-sparse/arch/xen/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-2.4.27-xen-sparse/arch/xen/config.in b/linux-2.4.27-xen-sparse/arch/xen/config.in
index 231612959a..d71446081d 100644
--- a/linux-2.4.27-xen-sparse/arch/xen/config.in
+++ b/linux-2.4.27-xen-sparse/arch/xen/config.in
@@ -271,7 +271,7 @@ source fs/Config.in
mainmenu_option next_comment
comment 'Console drivers'
-bool 'Xen console support' CONFIG_XEN_CONSOLE
+define_bool CONFIG_XEN_CONSOLE y
if [ "$CONFIG_VT" = "y" ]; then
bool 'VGA text console' CONFIG_VGA_CONSOLE