From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Tue, 6 Dec 2016 15:06:41 +0100 Subject: [U-Boot] [PATCH v3 10/13] i2c: Kconfig: Add SYS_I2C_MXC entry In-Reply-To: <1480978860-4351-11-git-send-email-jagan@openedev.com> References: <1480978860-4351-1-git-send-email-jagan@openedev.com> <1480978860-4351-11-git-send-email-jagan@openedev.com> Message-ID: <5846C5F1.1080203@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Jagan, Am 06.12.2016 um 00:00 schrieb Jagan Teki: > From: Jagan Teki > > Added kconfig for SYS_I2C_MXC driver. > > Cc: Stefano Babic > Cc: Heiko Schocher > Cc: Matteo Lisi > Cc: Michael Trimarchi > Signed-off-by: Jagan Teki > --- > drivers/i2c/Kconfig | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig > index 1537b67..051f911 100644 > --- a/drivers/i2c/Kconfig > +++ b/drivers/i2c/Kconfig > @@ -109,6 +109,14 @@ config SYS_I2C_INTEL > the I2C API meaning that any I2C operations will immediately fail > for now. > > +config SYS_I2C_MXC > + bool "NXP i.MX I2C driver" > + depends on MX6 > + help > + Add support for the NXP i.MX I2C driver. This supports upto for bus > + channels and operating on standard mode upto 100 kbits/s and fast > + mode upto 400 kbits/s. > + > config SYS_I2C_ROCKCHIP > bool "Rockchip I2C driver" > depends on DM_I2C > I miss here junks, which move this symbol from the board config file into their defconfig file ... Can you add this please? You can use the great script from Masahiro for this task: tools/moveconfig.py bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany