diff options
author | Max Schwarz <max.schwarz@online.de> | 2014-06-12 00:34:37 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-06-12 02:23:56 +0400 |
commit | c41aa3ce938b684d853f1004072b6116a41bb1ce (patch) | |
tree | 56a0d8664801604142981ca7802208838b0cd611 /drivers/i2c/busses/Makefile | |
parent | c31c24b8251fd44962a9b0bf82c770653bf07f6e (diff) | |
download | linux-c41aa3ce938b684d853f1004072b6116a41bb1ce.tar.xz |
i2c: rk3x: add driver for Rockchip RK3xxx SoC I2C adapter
Driver for the native I2C adapter found in Rockchip RK3xxx SoCs.
Configuration is only possible through devicetree. The driver is
interrupt driven and supports the I2C_M_IGNORE_NAK mangling bit.
Signed-off-by: Max Schwarz <max.schwarz@online.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Makefile')
-rw-r--r-- | drivers/i2c/busses/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile index 298692cc6000..8ac83374cf7e 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile @@ -66,6 +66,7 @@ obj-$(CONFIG_I2C_PXA) += i2c-pxa.o obj-$(CONFIG_I2C_PXA_PCI) += i2c-pxa-pci.o obj-$(CONFIG_I2C_QUP) += i2c-qup.o obj-$(CONFIG_I2C_RIIC) += i2c-riic.o +obj-$(CONFIG_I2C_RK3X) += i2c-rk3x.o obj-$(CONFIG_I2C_S3C2410) += i2c-s3c2410.o obj-$(CONFIG_I2C_S6000) += i2c-s6000.o obj-$(CONFIG_I2C_SH7760) += i2c-sh7760.o |