patch-2.1.129 linux/drivers/block/Config.in

Next file: linux/drivers/block/amiflop.c
Previous file: linux/arch/sparc64/solaris/systbl.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.128/linux/drivers/block/Config.in linux/drivers/block/Config.in
@@ -48,7 +48,7 @@
         fi
       fi
       if [ "$CONFIG_PPC" = "y" ]; then
-          bool '   WInbond SL82c105 support' CONFIG_BLK_DEV_SL82C105
+          bool '   Winbond SL82c105 support' CONFIG_BLK_DEV_SL82C105
       fi
     fi
     if [ "$CONFIG_PMAC" = "y" ]; then
@@ -77,7 +77,7 @@
   fi
 fi
 if [ "$CONFIG_MCA" = "y" ]; then
-  bool 'PS/2 ESDI hard disk support' CONFIG_BLK_DEV_PS2
+  tristate 'PS/2 ESDI hard disk support' CONFIG_BLK_DEV_PS2
 fi
 if [ "$CONFIG_ZORRO" = "y" ]; then
   tristate 'Amiga Zorro II ramdisk support' CONFIG_AMIGA_Z2RAM
@@ -94,7 +94,9 @@
 comment 'Additional Block Devices'
 
 tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
-tristate 'Network block device support' CONFIG_BLK_DEV_NBD
+if [ "$CONFIG_NET" = "y" ]; then
+  tristate 'Network block device support' CONFIG_BLK_DEV_NBD
+fi
 bool 'Multiple devices driver support' CONFIG_BLK_DEV_MD
 if [ "$CONFIG_BLK_DEV_MD" = "y" ]; then
   tristate '   Linear (append) mode' CONFIG_MD_LINEAR

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov