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 /configs/da850evm_direct_nor_defconfig | |
parent | 9baa2bce28901321d6f62399b5ebeb3fcb8e8a57 (diff) | |
download | u-boot-9f8cf76be256a83643ee05de6cffaeb452ed0931.tar.gz |
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 'configs/da850evm_direct_nor_defconfig')
-rw-r--r-- | configs/da850evm_direct_nor_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig index a81585f129..f4201b8b3a 100644 --- a/configs/da850evm_direct_nor_defconfig +++ b/configs/da850evm_direct_nor_defconfig @@ -40,6 +40,7 @@ CONFIG_DM=y CONFIG_DA8XX_GPIO=y CONFIG_DM_I2C=y CONFIG_DM_I2C_COMPAT=y +CONFIG_SYS_I2C_DAVINCI=y # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y CONFIG_DM_SPI_FLASH=y |