Update of /cvsroot/linuxconsole/ruby/linux/arch/parisc
In directory usw-pr-cvs1:/tmp/cvs-serv25751/linux/arch/parisc
Modified Files:
config.in
Log Message:
Synced to 2.5.24
Index: config.in
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/arch/parisc/config.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- config.in 14 Mar 2002 22:32:22 -0000 1.6
+++ config.in 22 Jun 2002 17:50:58 -0000 1.7
@@ -27,7 +27,7 @@
bool 'U2/Uturn I/O MMU' CONFIG_IOMMU_CCIO y
bool 'LASI I/O support' CONFIG_GSC_LASI y
-bool 'PCI bus support' CONFIG_PCI y
+bool 'PCI support' CONFIG_PCI y
if [ "$CONFIG_PCI" = "y" ]; then
bool 'GSCtoPCI/DINO PCI support' CONFIG_GSC_DINO y
@@ -49,7 +49,7 @@
comment 'Loadable module support'
bool 'Enable loadable module support' CONFIG_MODULES
if [ "$CONFIG_MODULES" = "y" ]; then
- bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS
+ bool 'Set version information on all module symbols' CONFIG_MODVERSIONS
bool 'Kernel module loader' CONFIG_KMOD
fi
endmenu
|