2005-04-17 06:20:36 +08:00
|
|
|
#
|
2008-04-23 04:16:46 +08:00
|
|
|
# I2C algorithm drivers configuration
|
2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
|
2008-08-11 04:56:15 +08:00
|
|
|
menu "I2C Algorithms"
|
2010-11-07 05:30:27 +08:00
|
|
|
visible if !I2C_HELPER_AUTO
|
2008-08-11 04:56:15 +08:00
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
config I2C_ALGOBIT
|
2008-08-11 04:56:15 +08:00
|
|
|
tristate "I2C bit-banging interfaces"
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
config I2C_ALGOPCF
|
2008-08-11 04:56:15 +08:00
|
|
|
tristate "I2C PCF 8584 interfaces"
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
config I2C_ALGOPCA
|
2008-08-11 04:56:15 +08:00
|
|
|
tristate "I2C PCA 9564 interfaces"
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2008-08-11 04:56:15 +08:00
|
|
|
endmenu
|