diff options
author | Kevin Strasser <kevin.strasser@linux.intel.com> | 2013-06-24 06:00:04 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-07-01 08:35:44 +0200 |
commit | e0b9b7b06704eab2b95372a7c8daf9c0cce46bd0 (patch) | |
tree | 864d394ce8377e4c7c2f0d2c0ee9695e68a47682 /drivers/i2c/busses/Makefile | |
parent | i2c: iop3xxx: fix build failure after waitqueue changes (diff) | |
download | linux-e0b9b7b06704eab2b95372a7c8daf9c0cce46bd0.tar.xz linux-e0b9b7b06704eab2b95372a7c8daf9c0cce46bd0.zip |
i2c: Kontron PLD i2c bus driver
Add i2c support for the on-board PLD found on some Kontron embedded
modules.
Originally-From: Michael Brunner <michael.brunner@kontron.com>
Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Darren Hart <dvhart@linux.intel.com>
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 385f99dd1b45..d00997f3eb3b 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile @@ -47,6 +47,7 @@ obj-$(CONFIG_I2C_HIGHLANDER) += i2c-highlander.o obj-$(CONFIG_I2C_IBM_IIC) += i2c-ibm_iic.o obj-$(CONFIG_I2C_IMX) += i2c-imx.o obj-$(CONFIG_I2C_IOP3XX) += i2c-iop3xx.o +obj-$(CONFIG_I2C_KEMPLD) += i2c-kempld.o obj-$(CONFIG_I2C_MPC) += i2c-mpc.o obj-$(CONFIG_I2C_MV64XXX) += i2c-mv64xxx.o obj-$(CONFIG_I2C_MXS) += i2c-mxs.o |