From: Jagan Teki Date: Mon, 5 Dec 2016 23:00:57 +0000 (+0100) Subject: i2c: Kconfig: Add SYS_I2C_MXC entry X-Git-Tag: v2017.01-rc2~6^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72c8c10b7357b9edf344fb06fa4bc968edfa4156;p=platform%2Fkernel%2Fu-boot.git i2c: Kconfig: Add SYS_I2C_MXC entry Added kconfig for SYS_I2C_MXC driver. Cc: Stefano Babic Cc: Heiko Schocher Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- 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