diff options
author | Adam Ford <aford173@gmail.com> | 2018-08-10 05:05:22 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-17 15:43:38 -0400 |
commit | 9f8cf76be256a83643ee05de6cffaeb452ed0931 (patch) | |
tree | 92bd29c4f609ce7d79549d9384f60206b7e25a54 /drivers/i2c | |
parent | 9baa2bce28901321d6f62399b5ebeb3fcb8e8a57 (diff) | |
download | u-boot-9f8cf76be256a83643ee05de6cffaeb452ed0931.zip u-boot-9f8cf76be256a83643ee05de6cffaeb452ed0931.tar.gz u-boot-9f8cf76be256a83643ee05de6cffaeb452ed0931.tar.bz2 |
Convert CONFIG_SYS_I2C_DAVINCI to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_DAVINCI
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 5eceab9..ae3b501 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -96,6 +96,12 @@ 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_DAVINCI + bool "Davinci I2C Controller" + depends on (ARCH_KEYSTONE || ARCH_DAVINCI) + help + Say yes here to add support for Davinci and Keystone I2C controller + config SYS_I2C_DW bool "Designware I2C Controller" default n |