patch-2.3.23 linux/drivers/i2o/Config.in

Next file: linux/drivers/macintosh/macserial.c
Previous file: linux/drivers/char/vt.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.22/linux/drivers/i2o/Config.in linux/drivers/i2o/Config.in
@@ -5,7 +5,9 @@
 
 dep_tristate '  I2O PCI support' CONFIG_I2O_PCI $CONFIG_I2O
 dep_tristate '  I2O Block OSM' CONFIG_I2O_BLOCK $CONFIG_I2O
-dep_tristate '  I2O LAN OSM' CONFIG_I2O_LAN $CONFIG_I2O
+if [ "$CONFIG_NET" = "y" ]; then
+   dep_tristate '  I2O LAN OSM' CONFIG_I2O_LAN $CONFIG_I2O
+fi
 dep_tristate '  I2O SCSI OSM' CONFIG_I2O_SCSI $CONFIG_I2O $CONFIG_SCSI
 dep_tristate '  I2O /proc support' CONFIG_I2O_PROC $CONFIG_I2O
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)