System call wrappers part 05
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / i2c / algos / Kconfig
blobb788579b82271defa96e8c3fa20f190b90788a1b
2 # I2C algorithm drivers configuration
5 menu "I2C Algorithms"
6         depends on !I2C_HELPER_AUTO
8 config I2C_ALGOBIT
9         tristate "I2C bit-banging interfaces"
11 config I2C_ALGOPCF
12         tristate "I2C PCF 8584 interfaces"
14 config I2C_ALGOPCA
15         tristate "I2C PCA 9564 interfaces"
17 config I2C_ALGO_SGI
18         tristate
19         depends on SGI_IP22 || SGI_IP32 || X86_VISWS
21 endmenu