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"
|
|
|
|
depends on !I2C_HELPER_AUTO
|
|
|
|
|
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
|
2010-10-24 16:16:57 +00:00
|
|
|
|
|
|
|
# In automatic configuration mode, we still have to define the
|
|
|
|
# symbols to avoid unmet dependencies.
|
|
|
|
|
|
|
|
if I2C_HELPER_AUTO
|
|
|
|
config I2C_ALGOBIT
|
|
|
|
tristate
|
|
|
|
config I2C_ALGOPCF
|
|
|
|
tristate
|
|
|
|
config I2C_ALGOPCA
|
|
|
|
tristate
|
|
|
|
endif
|