Some CML1 rule contributors seem to think that the "bool" statement
takes a third argument which is the default value.  It doesn't.

diff -ruN linux-2.5.24+patches4/arch/parisc/config.in 
linux-2.5.24/arch/parisc/config.in
--- linux-2.5.24+patches4/arch/parisc/config.in Tue Jun 25 23:38:06 2002
+++ linux-2.5.24/arch/parisc/config.in  Tue Jun 25 23:39:46 2002
@@ -24,14 +24,14 @@
 # bool 'GSC/Gecko bus support' CONFIG_GSC y
 define_bool CONFIG_GSC y
 
-bool 'U2/Uturn I/O MMU' CONFIG_IOMMU_CCIO y
-bool 'LASI I/O support' CONFIG_GSC_LASI y
+bool 'U2/Uturn I/O MMU' CONFIG_IOMMU_CCIO
+bool 'LASI I/O support' CONFIG_GSC_LASI
 
-bool 'PCI support' CONFIG_PCI y
+bool 'PCI support' CONFIG_PCI
 
 if [ "$CONFIG_PCI" = "y" ]; then
-       bool 'GSCtoPCI/DINO PCI support' CONFIG_GSC_DINO y
-       bool 'LBA/Elroy PCI support' CONFIG_PCI_LBA n
+       bool 'GSCtoPCI/DINO PCI support' CONFIG_GSC_DINO
+       bool 'LBA/Elroy PCI support' CONFIG_PCI_LBA
 fi 
 
 if [ "$CONFIG_PCI_LBA" = "y" ]; then

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.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to