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

Next file: linux/drivers/block/Makefile
Previous file: linux/arch/mips/tools/offset.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.72/linux/drivers/block/Config.in linux/drivers/block/Config.in
@@ -23,26 +23,28 @@
     fi
     if [ "$CONFIG_PCI" = "y" ]; then
       bool '   RZ1000 chipset bugfix/support' CONFIG_BLK_DEV_RZ1000
-      bool '   PCI bus-master DMA support' CONFIG_BLK_DEV_IDEDMA
-      if [ "$CONFIG_BLK_DEV_IDEDMA" = "y" ]; then
+      bool '   Generic PCI IDE chipset support' CONFIG_BLK_DEV_IDEPCI
+      if [ "$CONFIG_BLK_DEV_IDEPCI" = "y" ]; then
+        bool '     Generic PCI bus-master DMA support' CONFIG_BLK_DEV_IDEDMA
         if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-          bool '      Tekram TRM290 DMA support (EXPERIMENTAL)' CONFIG_BLK_DEV_TRM290
-          bool '      OPTi 82C621 enhanced support (EXPERIMENTAL)' CONFIG_BLK_DEV_OPTI621
+          bool '     Tekram TRM290 chipset support (EXPERIMENTAL)' CONFIG_BLK_DEV_TRM290
+          bool '     OPTi 82C621 chipset enhanced support (EXPERIMENTAL)' CONFIG_BLK_DEV_OPTI621
+          bool '     NS87415 chipset support (EXPERIMENTAL)' CONFIG_BLK_DEV_NS87415
         fi
       fi
     fi
     bool '   Other IDE chipset support' CONFIG_IDE_CHIPSETS
     if [ "$CONFIG_IDE_CHIPSETS" = "y" ]; then
       comment 'Note: most of these also require special kernel boot parameters'
-      bool '      Generic 4 drives/port support' CONFIG_BLK_DEV_4DRIVES
-      bool '      ALI M14xx support' CONFIG_BLK_DEV_ALI14XX
-      bool '      DTC-2278 support' CONFIG_BLK_DEV_DTC2278
-      bool '      Holtek HT6560B support' CONFIG_BLK_DEV_HT6560B
+      bool '     Generic 4 drives/port support' CONFIG_BLK_DEV_4DRIVES
+      bool '     ALI M14xx support' CONFIG_BLK_DEV_ALI14XX
+      bool '     DTC-2278 support' CONFIG_BLK_DEV_DTC2278
+      bool '     Holtek HT6560B support' CONFIG_BLK_DEV_HT6560B
+      bool '     QDI QD6580 support' CONFIG_BLK_DEV_QD6580
+      bool '     UMC-8672 support' CONFIG_BLK_DEV_UMC8672
       if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-        bool '      PROMISE DC4030 support (EXPERIMENTAL)' CONFIG_BLK_DEV_PDC4030
+        bool '     PROMISE DC4030 support (EXPERIMENTAL)' CONFIG_BLK_DEV_PDC4030
       fi
-      bool '      QDI QD6580 support' CONFIG_BLK_DEV_QD6580
-      bool '      UMC-8672 support' CONFIG_BLK_DEV_UMC8672
     fi
   fi
 fi

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