diff options
author | Biwen Li | 2020-11-11 19:32:55 +0800 |
---|---|---|
committer | Wolfram Sang | 2020-12-07 07:58:37 +0100 |
commit | f7414cd6923fd7f78e57086fc964ba2dc25db5c1 (patch) | |
tree | a81e98c1cbd78a6a62e3a7c37184062ba384802e /drivers/i2c/busses/Kconfig | |
parent | 1e04538c751bfc572bfa9995996c7f4af098a625 (diff) |
i2c: imx: support slave mode for imx I2C driver
The patch supports slave mode for imx I2C driver
Signed-off-by: Biwen Li <biwen.li@nxp.com>
Acked-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index a49e0ed4a599..d4d60ad0eda0 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -675,6 +675,7 @@ config I2C_IMG config I2C_IMX tristate "IMX I2C interface" depends on ARCH_MXC || ARCH_LAYERSCAPE || COLDFIRE + select I2C_SLAVE help Say Y here if you want to use the IIC bus controller on the Freescale i.MX/MXC, Layerscape or ColdFire processors. |