[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201102082102.16508-2-biwen.li@oss.nxp.com>
Date: Mon, 2 Nov 2020 16:21:02 +0800
From: Biwen Li <biwen.li@....nxp.com>
To: leoyang.li@....com, linux@...pel-privat.de, kernel@...gutronix.de,
wsa@...-dreams.de, shawnguo@...nel.org, s.hauer@...gutronix.de,
festevam@...il.com, aisheng.dong@....com, xiaoning.wang@....com,
o.rempel@...gutronix.de
Cc: linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org,
jiafei.pan@....com, xiaobo.xie@....com,
linux-arm-kernel@...ts.infradead.org, Biwen Li <biwen.li@....com>
Subject: [v9 2/2] i2c: imx: select I2C_SLAVE by default
From: Biwen Li <biwen.li@....com>
Select I2C_SLAVE by default
Signed-off-by: Biwen Li <biwen.li@....com>
---
Change in v9:
- none
drivers/i2c/busses/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index a4f473ef4e5c..d3d9a61db76e 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.
--
2.17.1
Powered by blists - more mailing lists