--- zzzz-none-000/linux-2.6.19.2/drivers/i2c/busses/Kconfig 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/drivers/i2c/busses/Kconfig 2007-01-11 07:38:19.000000000 +0000 @@ -547,4 +547,16 @@ This driver can also be built as a module. If so, the module will be called i2c-mv64xxx. +config I2C_OMAP + tristate "OMAP I2C adapter" + depends on I2C && ARCH_OMAP + default y if MACH_OMAP_H3 || MACH_OMAP_OSK + help + Support for TI OMAP I2C driver. Say yes if you want to use the OMAP + I2C interface. + +config I2C_DAVINCI + tristate "Davinci i2c driver" + depends on I2C && ARCH_DAVINCI + endmenu