diff options
author | Shaohui Xie <Shaohui.Xie@freescale.com> | 2015-10-23 16:01:17 +0800 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2015-10-23 21:55:24 +0200 |
commit | fa721baed6ba9ec5cdb3109d71f31e0974c8d3f1 (patch) | |
tree | ca63eed623abc8c9489aa7904146bcce8900848d /drivers/i2c | |
parent | 6f6ddbb09d2a5baded0e23add3ad2d9e9417ab30 (diff) | |
download | talos-obmc-linux-fa721baed6ba9ec5cdb3109d71f31e0974c8d3f1.tar.gz talos-obmc-linux-fa721baed6ba9ec5cdb3109d71f31e0974c8d3f1.zip |
i2c: imx: add support for Freescale Layerscape platforms
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Hou Zhiqiang <B48286@freescale.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 08b86178e8fb..14147ec6b790 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -582,10 +582,10 @@ config I2C_IMG config I2C_IMX tristate "IMX I2C interface" - depends on ARCH_MXC + depends on ARCH_MXC || ARCH_LAYERSCAPE help Say Y here if you want to use the IIC bus controller on - the Freescale i.MX/MXC processors. + the Freescale i.MX/MXC or Layerscape processors. This driver can also be built as a module. If so, the module will be called i2c-imx. |