G'day,
The default value specified as the last word of the "choice" statement
should be a unique abbreviation of one of the sub-prompts. Using one
of the sub-symbols is not legal.
diff -ruN linux-2.5.20-orig/arch/mips/config.in linux-2.5.20/arch/mips/config.in
--- linux-2.5.20-orig/arch/mips/config.in Mon Jun 3 18:54:51 2002
+++ linux-2.5.20/arch/mips/config.in Mon Jun 10 18:09:37 2002
@@ -24,7 +24,7 @@
choice 'Galileo Chip Clock' \
"75 CONFIG_SYSCLK_75\
83.3 CONFIG_SYSCLK_83\
- 100 CONFIG_SYSCLK_100" CONFIG_SYSCLK_83
+ 100 CONFIG_SYSCLK_100" 83.3
fi
bool 'Support for MIPS Atlas board' CONFIG_MIPS_ATLAS
bool 'Support for MIPS Malta board' CONFIG_MIPS_MALTA
@@ -33,7 +33,7 @@
choice 'Nino Model Number' \
"Model-300/301/302/319 CONFIG_NINO_4MB \
Model-200/210/312/320/325/350/390 CONFIG_NINO_8MB \
- Model-500/510 CONFIG_NINO_16MB" CONFIG_NINO_8MB
+ Model-500/510 CONFIG_NINO_16MB" Model-200
fi
fi
bool 'Support for Mips Magnum 4000' CONFIG_MIPS_MAGNUM_4000
diff -ruN linux-2.5.20-orig/arch/ppc/8260_io/Config.in
linux-2.5.20/arch/ppc/8260_io/Config.in
--- linux-2.5.20-orig/arch/ppc/8260_io/Config.in Mon Apr 15 05:18:43 2002
+++ linux-2.5.20/arch/ppc/8260_io/Config.in Mon Jun 10 18:44:11 2002
@@ -28,8 +28,8 @@
choice 'Type of PHY' \
"LXT970 CONFIG_FCC_LXT970 \
LXT971 CONFIG_FCC_LXT971 \
- QS6612 CONFIG_FCC_QS6612" CONFIG_FCC_LXT971
- fi
+ QS6612 CONFIG_FCC_QS6612" LXT971
+ fi
fi
fi
endmenu
diff -ruN linux-2.5.20-orig/arch/x86_64/config.in linux-2.5.20/arch/x86_64/config.in
--- linux-2.5.20-orig/arch/x86_64/config.in Mon Jun 3 18:55:36 2002
+++ linux-2.5.20/arch/x86_64/config.in Mon Jun 10 19:01:13 2002
@@ -22,7 +22,7 @@
mainmenu_option next_comment
comment 'Processor type and features'
choice 'Processor family' \
- "AMD-Hammer CONFIG_MK8" CONFIG_MK8
+ "AMD-Hammer CONFIG_MK8" AMD-Hammer
#
# Define implied options from the CPU selection here
Greg.
--
the price of civilisation today is a courageous willingness to prevail,
with force, if necessary, against whatever vicious and uncomprehending
enemies try to strike it down. - Roger Sandall, The Age, 28Sep2001.
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel