Merge branches 'for-2639/i2c/i2c-ce4100-v6', 'for-2639/i2c/i2c-eg20t-v3' and 'for...
authorBen Dooks <ben-linux@fluff.org>
Mon, 21 Mar 2011 22:57:25 +0000 (22:57 +0000)
committerBen Dooks <ben-linux@fluff.org>
Mon, 21 Mar 2011 22:57:25 +0000 (22:57 +0000)
1  2  3  4 
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-eg20t.c

@@@@@ -533,20 -533,20 -523,9 -533,9 +533,20 @@@@@ config I2C_PN
          This driver can also be built as a module.  If so, the module
          will be called i2c-pnx.
    
  ++config I2C_PUV3
  ++    tristate "PKUnity v3 I2C bus support"
  ++    depends on UNICORE32 && ARCH_PUV3
  ++    select I2C_ALGOBIT
  ++    help
  ++      This driver supports the I2C IP inside the PKUnity-v3 SoC.
  ++      This I2C bus controller is under AMBA/AXI bus.
  ++
  ++      This driver can also be built as a module.  If so, the module
  ++      will be called i2c-puv3.
  ++
    config I2C_PXA
        tristate "Intel PXA2XX I2C adapter"
- --    depends on ARCH_PXA || ARCH_MMP
+ ++    depends on ARCH_PXA || ARCH_MMP || (X86_32 && PCI && OF)
        help
          If you have devices in the PXA I2C bus, say yes to this option.
          This driver can also be built as a module.  If so, the module
@@@@@ -52,8 -52,9 -51,7 -52,7 +52,9 @@@@@ obj-$(CONFIG_I2C_PASEMI)      += i2c-pasemi.
    obj-$(CONFIG_I2C_PCA_PLATFORM)      += i2c-pca-platform.o
    obj-$(CONFIG_I2C_PMCMSP)    += i2c-pmcmsp.o
    obj-$(CONFIG_I2C_PNX)               += i2c-pnx.o
  ++obj-$(CONFIG_I2C_PUV3)              += i2c-puv3.o
    obj-$(CONFIG_I2C_PXA)               += i2c-pxa.o
+ ++obj-$(CONFIG_I2C_PXA_PCI)   += i2c-pxa-pci.o
    obj-$(CONFIG_I2C_S3C2410)   += i2c-s3c2410.o
    obj-$(CONFIG_I2C_S6000)             += i2c-s6000.o
    obj-$(CONFIG_I2C_SH7760)    += i2c-sh7760.o
Simple merge