patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / message / i2o / Kconfig
index 90b18e7..8d132b0 100644 (file)
@@ -3,7 +3,7 @@ menu "I2O device support"
 
 config I2O
        tristate "I2O support"
-       depends on PCI && !64BIT
+       depends on PCI
        ---help---
          The Intelligent Input/Output (I2O) architecture allows hardware
          drivers to be split into two parts: an operating system specific
@@ -20,19 +20,20 @@ config I2O
          drivers and OSM's with the following questions.
 
          To compile this support as a module, choose M here: the
-         modules will be called i2o_core and i2o_config.
+         modules will be called i2o_core.
 
          If unsure, say N.
 
-config I2O_PCI
-       tristate "I2O PCI support"
+config I2O_CONFIG
+       tristate "I2O Configuration support"
        depends on PCI && I2O
        help
-         Say Y for support of PCI bus I2O interface adapters. Currently this
-         is the only variety supported, so you should say Y.
+         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.
 
          To compile this support as a module, choose M here: the
-         module will be called i2o_pci.
+         module will be called i2o_config.
 
 config I2O_BLOCK
        tristate "I2O Block OSM"