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"
|
|
|
|
depends on !I2C_HELPER_AUTO
|
|
|
|
|
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
|
2010-10-25 00:16:57 +08: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
|