--- zzzz-none-000/linux-2.6.39.4/drivers/i2c/algos/Kconfig 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/drivers/i2c/algos/Kconfig 2021-11-10 13:38:15.000000000 +0000 @@ -3,7 +3,17 @@ # menu "I2C Algorithms" - visible if !I2C_HELPER_AUTO + +config I2C_ALGOAVALANCHE + tristate "I2C TI-Avalanche interfaces" + depends on ARCH_AVALANCHE && I2C + default y + help + Supports the TI I2C Algorithm. + + This support is also available as a module. If so, the module + will be called avalanche-i2c-algo. + config I2C_ALGOBIT tristate "I2C bit-banging interfaces"