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 /include/configs/legoev3.h | |
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 <aford173@gmail.com>
Diffstat (limited to 'include/configs/legoev3.h')
-rw-r--r-- | include/configs/legoev3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index 33e876efdf..c631e26785 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -54,7 +54,6 @@ * I2C Configuration */ #define CONFIG_SYS_I2C -#define CONFIG_SYS_I2C_DAVINCI #define CONFIG_SYS_DAVINCI_I2C_SPEED 400000 #define CONFIG_SYS_DAVINCI_I2C_SLAVE 10 /* Bogus, master-only in U-Boot */ |