patch-2.1.109 linux/arch/i386/config.in
Next file: linux/arch/i386/defconfig
Previous file: linux/arch/arm/config.in
Back to the patch index
Back to the overall index
- Lines: 44
- Date:
Sun Jul 12 22:36:20 1998
- Orig file:
v2.1.108/linux/arch/i386/config.in
- Orig date:
Wed Jun 24 22:54:03 1998
diff -u --recursive --new-file v2.1.108/linux/arch/i386/config.in linux/arch/i386/config.in
@@ -56,8 +56,6 @@
tristate 'Kernel support for JAVA binaries (obsolete)' CONFIG_BINFMT_JAVA
fi
-bool 'Video mode selection support' CONFIG_VIDEO_SELECT
-
tristate 'Parallel port support' CONFIG_PARPORT
if [ "$CONFIG_PARPORT" != "n" ]; then
dep_tristate ' PC-style hardware' CONFIG_PARPORT_PC $CONFIG_PARPORT
@@ -66,10 +64,6 @@
fi
fi
-if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- bool 'Support for frame buffer devices (EXPERIMENTAL)' CONFIG_FB
-fi
-
endmenu
source drivers/pnp/Config.in
@@ -125,11 +119,19 @@
source fs/nls/Config.in
-define_bool CONFIG_VGA_CONSOLE y
-
-source drivers/video/Config.in
-
source drivers/char/Config.in
+
+if [ "$CONFIG_VT" = "y" ]; then
+ mainmenu_option next_comment
+ comment 'Console drivers'
+ bool 'VGA text console' CONFIG_VGA_CONSOLE
+ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ bool 'Video mode selection support' CONFIG_VIDEO_SELECT
+ bool 'Support for frame buffer devices (EXPERIMENTAL)' CONFIG_FB
+ fi
+ source drivers/video/Config.in
+ endmenu
+fi
mainmenu_option next_comment
comment 'Sound'
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov