diff options
author | Stefan Roese <sr@denx.de> | 2016-04-28 09:47:17 +0200 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2016-05-17 08:28:56 +0200 |
commit | e32d0db7985eece55ad099c6c86d00d441fdf48c (patch) | |
tree | b7f33e0d70c129ffbfd97eb757bb91cb55f50c15 /drivers/i2c/Kconfig | |
parent | dbc82ce31b4e90ed171c10e02d382d36bf201dc4 (diff) | |
download | u-boot-imx-e32d0db7985eece55ad099c6c86d00d441fdf48c.zip u-boot-imx-e32d0db7985eece55ad099c6c86d00d441fdf48c.tar.gz u-boot-imx-e32d0db7985eece55ad099c6c86d00d441fdf48c.tar.bz2 |
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/i2c/Kconfig')
-rw-r--r-- | drivers/i2c/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index ffe18f7..193b9f5 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 |