Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / drivers / message / i2o / Kconfig
index 8d132b0..fef6771 100644 (file)
@@ -24,10 +24,40 @@ config I2O
 
          If unsure, say N.
 
+config I2O_LCT_NOTIFY_ON_CHANGES
+       bool "Enable LCT notification"
+       depends on I2O
+       default y
+       ---help---
+         Only say N here if you have a I2O controller from SUN. The SUN
+         firmware doesn't support LCT notification on changes. If this option
+         is enabled on such a controller the driver will hang up in a endless
+         loop. On all other controllers say Y.
+
+         If unsure, say Y.
+
+config I2O_EXT_ADAPTEC
+       bool "Enable Adaptec extensions"
+       depends on I2O
+       default y
+       ---help---
+         Say Y for support of raidutils for Adaptec I2O controllers. You also
+         have to say Y to "I2O Configuration support", "I2O SCSI OSM" below
+         and to "SCSI generic support" under "SCSI device configuration".
+
+config I2O_EXT_ADAPTEC_DMA64
+       bool "Enable 64-bit DMA"
+       depends on I2O_EXT_ADAPTEC && ( 64BIT || HIGHMEM64G )
+       default y
+       ---help---
+         Say Y for support of 64-bit DMA transfer mode on Adaptec I2O
+         controllers.
+         Note: You need at least firmware version 3709.
+
 config I2O_CONFIG
        tristate "I2O Configuration support"
-       depends on PCI && I2O
-       help
+       depends on I2O
+       ---help---
          Say Y for support of the configuration interface for the I2O adapters.
          If you have a RAID controller from Adaptec and you want to use the
          raidutils to manage your RAID array, you have to say Y here.
@@ -35,10 +65,31 @@ config I2O_CONFIG
          To compile this support as a module, choose M here: the
          module will be called i2o_config.
 
+         Note: If you want to use the new API you have to download the
+         i2o_config patch from http://i2o.shadowconnect.com/
+
+config I2O_CONFIG_OLD_IOCTL
+       bool "Enable ioctls (OBSOLETE)"
+       depends on I2O_CONFIG
+       default y
+       ---help---
+         Enables old ioctls.
+
+config I2O_BUS
+       tristate "I2O Bus Adapter OSM"
+       depends on I2O
+       ---help---
+         Include support for the I2O Bus Adapter OSM. The Bus Adapter OSM
+         provides access to the busses on the I2O controller. The main purpose
+         is to rescan the bus to find new devices.
+
+         To compile this support as a module, choose M here: the
+         module will be called i2o_bus.
+
 config I2O_BLOCK
        tristate "I2O Block OSM"
        depends on I2O
-       help
+       ---help---
          Include support for the I2O Block OSM. The Block OSM presents disk
          and other structured block devices to the operating system. If you
          are using an RAID controller, you could access the array only by
@@ -51,7 +102,7 @@ config I2O_BLOCK
 config I2O_SCSI
        tristate "I2O SCSI OSM"
        depends on I2O && SCSI
-       help
+       ---help---
          Allows direct SCSI access to SCSI devices on a SCSI or FibreChannel
          I2O controller. You can use both the SCSI and Block OSM together if
          you wish. To access a RAID array, you must use the Block OSM driver.
@@ -63,7 +114,7 @@ config I2O_SCSI
 config I2O_PROC
        tristate "I2O /proc support"
        depends on I2O
-       help
+       ---help---
          If you say Y here and to "/proc file system support", you will be
          able to read I2O related information from the virtual directory
          /proc/i2o.