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:
3990c9d
)
i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ
author
Vipul Kumar
<
[email protected]
>
Fri, 16 Feb 2018 13:37:17 +0000
(19:07 +0530)
committer
Michal Simek
<
[email protected]
>
Thu, 1 Mar 2018 07:03:00 +0000
(08:03 +0100)
This patch added Kconfig support for CONFIG_SYS_I2C_ZYNQ.
Signed-off-by: Vipul Kumar <
[email protected]
>
Signed-off-by: Siva Durga Prasad Paladugu <
[email protected]
>
Signed-off-by: Michal Simek <
[email protected]
>
drivers/i2c/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/i2c/Kconfig
b/drivers/i2c/Kconfig
index 9d43690503d1e100d29bc54aafef8782a6aba288..1c8b8f7b3e1f77dd652e745920846eda95c38c79 100644
(file)
--- a/
drivers/i2c/Kconfig
+++ b/
drivers/i2c/Kconfig
@@
-268,6
+268,12
@@
config SYS_I2C_BUS_MAX
help
Define the maximum number of available I2C buses.
+config SYS_I2C_ZYNQ
+ bool "Xilinx I2C driver"
+ depends on ARCH_ZYNQMP || ARCH_ZYNQ
+ help
+ Support for Xilinx I2C controller.
+
config SYS_I2C_IHS
bool "gdsys IHS I2C driver"
depends on DM_I2C