diff options
author | Kevin Strasser <kevin.strasser@linux.intel.com> | 2013-06-24 00:00:04 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-07-01 02:35:44 -0400 |
commit | e0b9b7b06704eab2b95372a7c8daf9c0cce46bd0 (patch) | |
tree | 864d394ce8377e4c7c2f0d2c0ee9695e68a47682 /drivers/i2c/busses/Kconfig | |
parent | 88a8e4aa08f428da3a2a34890732a446ec9f2f5d (diff) |
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/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index b865c8979aec..3c046097be71 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -485,6 +485,16 @@ config I2C_IOP3XX | |||
485 | This driver can also be built as a module. If so, the module | 485 | This driver can also be built as a module. If so, the module |
486 | will be called i2c-iop3xx. | 486 | will be called i2c-iop3xx. |
487 | 487 | ||
488 | config I2C_KEMPLD | ||
489 | tristate "Kontron COM I2C Controller" | ||
490 | depends on MFD_KEMPLD | ||
491 | help | ||
492 | This enables support for the I2C bus interface on some Kontron ETX | ||
493 | and COMexpress (ETXexpress) modules. | ||
494 | |||
495 | This driver can also be built as a module. If so, the module | ||
496 | will be called i2c-kempld. | ||
497 | |||
488 | config I2C_MPC | 498 | config I2C_MPC |
489 | tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx" | 499 | tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx" |
490 | depends on PPC | 500 | depends on PPC |