diff options
| author | Adam Ford <[email protected]> | 2018-08-10 05:05:22 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-08-17 15:43:38 -0400 |
| commit | 9f8cf76be256a83643ee05de6cffaeb452ed0931 (patch) | |
| tree | 92bd29c4f609ce7d79549d9384f60206b7e25a54 /drivers | |
| parent | 9baa2bce28901321d6f62399b5ebeb3fcb8e8a57 (diff) | |
Convert CONFIG_SYS_I2C_DAVINCI to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_DAVINCI
Signed-off-by: Adam Ford <[email protected]>
Diffstat (limited to 'drivers')
| -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 5eceab9ea81..ae3b5015551 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 |
