i2c/scx200_acb: Make PCI device ids constant
[safe/jmp/linux-2.6] / drivers / i2c / algos / Kconfig
index 7137a17..7b2ce4a 100644 (file)
@@ -2,15 +2,16 @@
 # I2C algorithm drivers configuration
 #
 
+menu "I2C Algorithms"
+       depends on !I2C_HELPER_AUTO
+
 config I2C_ALGOBIT
-       tristate
+       tristate "I2C bit-banging interfaces"
 
 config I2C_ALGOPCF
-       tristate
+       tristate "I2C PCF 8584 interfaces"
 
 config I2C_ALGOPCA
-       tristate
+       tristate "I2C PCA 9564 interfaces"
 
-config I2C_ALGO_SGI
-       tristate
-       depends on SGI_IP22 || SGI_IP32 || X86_VISWS
+endmenu