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