Re: [U-Boot] [PATCH 1/3] i2c: Add entry for Designware I2C driver in Kconfig

2016-04-28 Thread Bin Meng
On Thu, Apr 28, 2016 at 3:47 PM, Stefan Roese  wrote:
> This patch adds an entry for the Designware I2C driver in Kconfig.
>
> Signed-off-by: Stefan Roese 
> Cc: Heiko Schocher 
> ---
>  drivers/i2c/Kconfig | 8 
>  1 file changed, 8 insertions(+)
>

Reviewed-by: Bin Meng 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 1/3] i2c: Add entry for Designware I2C driver in Kconfig

2016-04-28 Thread Stefan Roese
This patch adds an entry for the Designware I2C driver in Kconfig.

Signed-off-by: Stefan Roese 
Cc: Heiko Schocher 
---
 drivers/i2c/Kconfig | 8 
 1 file changed, 8 insertions(+)

diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 9324c6c..48ab486 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -65,6 +65,14 @@ config SYS_I2C_CADENCE
  Say yes here to select Cadence I2C Host Controller. This controller is
  e.g. used by Xilinx Zynq.
 
+config SYS_I2C_DW
+   bool "Designware I2C Controller"
+   default n
+   help
+ Say yes here to select the Designware I2C Host Controller. This
+ controller is used in various SoCs, e.g. the ST SPEAr, Altera
+ SoCFPGA, Synopsys ARC700 and some Intel x86 SoCs.
+
 config SYS_I2C_INTEL
bool "Intel I2C/SMBUS driver"
depends on DM_I2C
-- 
2.8.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot