projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3713571
)
i2c: Kconfig: Add SYS_I2C_MXC entry
author
Jagan Teki
<
[email protected]
>
Mon, 5 Dec 2016 23:00:57 +0000
(
00:00
+0100)
committer
Stefano Babic
<
[email protected]
>
Fri, 16 Dec 2016 16:15:27 +0000
(17:15 +0100)
Added kconfig for SYS_I2C_MXC driver.
Cc: Stefano Babic <
[email protected]
>
Cc: Heiko Schocher <
[email protected]
>
Cc: Matteo Lisi <
[email protected]
>
Cc: Michael Trimarchi <
[email protected]
>
Signed-off-by: Jagan Teki <
[email protected]
>
drivers/i2c/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/i2c/Kconfig
b/drivers/i2c/Kconfig
index 1537b673fe1958e6a8a6e0e1d27616b2da6eadc0..051f911e23b72ffeff8ffba3050fbf17f8b489c7 100644
(file)
--- 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