From: Stefan Roese Date: Thu, 28 Apr 2016 07:47:17 +0000 (+0200) Subject: i2c: Add entry for Designware I2C driver in Kconfig X-Git-Tag: v2016.07-rc1~208 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e32d0db7985eece55ad099c6c86d00d441fdf48c;p=u-boot i2c: Add entry for Designware I2C driver in Kconfig This patch adds an entry for the Designware I2C driver in Kconfig. Signed-off-by: Stefan Roese Cc: Heiko Schocher Reviewed-by: Bin Meng --- diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index ffe18f702c..193b9f59b8 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -72,6 +72,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