summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-04-28 09:47:17 +0200
committerHeiko Schocher <hs@denx.de>2016-05-17 08:28:56 +0200
commite32d0db7985eece55ad099c6c86d00d441fdf48c (patch)
treeb7f33e0d70c129ffbfd97eb757bb91cb55f50c15 /drivers
parentdbc82ce31b4e90ed171c10e02d382d36bf201dc4 (diff)
downloadtalos-obmc-uboot-e32d0db7985eece55ad099c6c86d00d441fdf48c.tar.gz
talos-obmc-uboot-e32d0db7985eece55ad099c6c86d00d441fdf48c.zip
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 <sr@denx.de> Cc: Heiko Schocher <hs@denx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/Kconfig8
1 files changed, 8 insertions, 0 deletions
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
OpenPOWER on IntegriCloud