[U-Boot] [PATCH v3 10/13] i2c: Kconfig: Add SYS_I2C_MXC entry
Jagan Teki
jagan at openedev.com
Tue Dec 6 16:45:28 CET 2016
On Tue, Dec 6, 2016 at 3:06 PM, Heiko Schocher <hs at denx.de> wrote:
> Hello Jagan,
>
>
> Am 06.12.2016 um 00:00 schrieb Jagan Teki:
>>
>> From: Jagan Teki <jteki at openedev.com>
>>
>> Added kconfig for SYS_I2C_MXC driver.
>>
>> Cc: Stefano Babic <sbabic at denx.de>
>> Cc: Heiko Schocher <hs at denx.de>
>> Cc: Matteo Lisi <matteo.lisi at engicam.com>
>> Cc: Michael Trimarchi <michael at amarulasolutions.com>
>> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
>> ---
>> 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?
Yes I will add them in separate patch.
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.
More information about the U-Boot
mailing list