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

Next file: linux/drivers/block/Makefile
Previous file: linux/arch/ppc/kernel/pmac_setup.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.118/linux/drivers/block/Config.in linux/drivers/block/Config.in
@@ -48,6 +48,14 @@
           bool '   WInbond SL82c105 support' CONFIG_BLK_DEV_SL82C105
       fi
     fi
+    if [ "$CONFIG_PMAC" = "y" ]; then
+      define_bool CONFIG_BLK_DEV_IDE_PMAC y
+      bool '   PowerMac IDE DMA support' CONFIG_BLK_DEV_IDEDMA_PMAC
+      if [ "$CONFIG_BLK_DEV_IDEDMA_PMAC" = "y" ]; then
+        define_bool CONFIG_BLK_DEV_IDEDMA y
+	bool '     Use DMA by default' CONFIG_PMAC_IDEDMA_AUTO
+      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'

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