| Kernel v2.4.13 /arch/i386/config.in |
|---|
 2.4.13
 arch
 i386
 config.in
diff -u --recursive --new-file v2.4.12/linux/arch/i386/config.in linux/arch/i386/config.in
--- v2.4.12/linux/arch/i386/config.in Tue Oct 9 17:06:51 2001
+++ linux/arch/i386/config.in Sat Oct 20 19:17:19 2001
@@ -315,7 +315,7 @@
source drivers/ieee1394/Config.in
-source drivers/i2o/Config.in
+source drivers/message/i2o/Config.in
if [ "$CONFIG_NET" = "y" ]; then
mainmenu_option next_comment
@@ -398,6 +398,7 @@
bool 'Kernel debugging' CONFIG_DEBUG_KERNEL
if [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then
+ bool ' Debug high memory support' CONFIG_DEBUG_HIGHMEM
bool ' Debug memory allocations' CONFIG_DEBUG_SLAB
bool ' Memory mapped I/O debugging' CONFIG_DEBUG_IOVIRT
bool ' Magic SysRq key' CONFIG_MAGIC_SYSRQ
|