patch-2.1.115 linux/arch/m68k/config.in
Next file: linux/arch/m68k/defconfig
Previous file: linux/arch/i386/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 42
- Date:
Thu Aug 6 02:29:45 1998
- Orig file:
v2.1.114/linux/arch/m68k/config.in
- Orig date:
Mon Aug 3 12:45:44 1998
diff -u --recursive --new-file v2.1.114/linux/arch/m68k/config.in linux/arch/m68k/config.in
@@ -240,15 +240,6 @@
fi
fi
-source fs/Config.in
-
-if [ "$CONFIG_VME" = "n" ]; then
- define_bool CONFIG_FB y
- source drivers/video/Config.in
-fi
-
-source fs/nls/Config.in
-
mainmenu_option next_comment
comment 'Character devices'
@@ -343,6 +334,14 @@
fi
endmenu
+source fs/Config.in
+
+if [ "$CONFIG_VME" = "n" ]; then
+ define_bool CONFIG_FB y
+ source drivers/video/Config.in
+fi
+
+source fs/nls/Config.in
mainmenu_option next_comment
comment 'Sound support'
@@ -356,10 +355,6 @@
comment 'Kernel hacking'
#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
-bool 'Kernel profiling support' CONFIG_PROFILE
-if [ "$CONFIG_PROFILE" = "y" ]; then
- int ' Profile shift count' CONFIG_PROFILE_SHIFT 2
-fi
bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
bool 'Remote debugging support' CONFIG_KGDB
endmenu
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov