aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.24-sparse
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-02-08 17:33:37 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-02-08 17:33:37 +0000
commit3e79729d43306297518da75019202ef8d5ed150f (patch)
treef9db69b2b3550f54706f12e72f3aa7741d06af25 /xenolinux-2.4.24-sparse
parent5c52e2c95f9a93ad49500abe3a9250bba3fe1fbe (diff)
downloadxen-3e79729d43306297518da75019202ef8d5ed150f.tar.gz
xen-3e79729d43306297518da75019202ef8d5ed150f.tar.bz2
xen-3e79729d43306297518da75019202ef8d5ed150f.zip
bitkeeper revision 1.711 (402672f1pbFkVhjGdu603FqEmS-l2w)
config.in: Remove ACPI from xenolinux config opts.
Diffstat (limited to 'xenolinux-2.4.24-sparse')
-rw-r--r--xenolinux-2.4.24-sparse/arch/xeno/config.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/xenolinux-2.4.24-sparse/arch/xeno/config.in b/xenolinux-2.4.24-sparse/arch/xeno/config.in
index 3f4736fd1f..37516e88a8 100644
--- a/xenolinux-2.4.24-sparse/arch/xeno/config.in
+++ b/xenolinux-2.4.24-sparse/arch/xeno/config.in
@@ -136,7 +136,6 @@ endmenu
source drivers/char/Config.in
-
source fs/Config.in
mainmenu_option next_comment
@@ -147,11 +146,9 @@ bool 'Xen console support' CONFIG_XEN_CONSOLE
if [ "$CONFIG_VT" = "y" ]; then
bool 'VGA text console' CONFIG_VGA_CONSOLE
bool 'Dummy console' CONFIG_DUMMY_CONSOLE
-# bool 'Video mode selection support' CONFIG_VIDEO_SELECT
fi
endmenu
-
mainmenu_option next_comment
comment 'Kernel hacking'
@@ -167,8 +164,6 @@ if [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then
bool ' Compile the kernel with frame pointers' CONFIG_FRAME_POINTER
fi
-source drivers/acpi/Config.in
-
int 'Kernel messages buffer length shift (0 = default)' CONFIG_LOG_BUF_SHIFT 0
endmenu