aboutsummaryrefslogtreecommitdiff
path: root/include/configs/ethernut5.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-17 17:59:46 -0400
committerTom Rini <trini@konsulko.com>2021-08-30 14:10:06 -0400
commitde6957256980d9aa1bf11585e6e5b4740d3ccb97 (patch)
tree4204fc42c9bb04893beb2cf4e030010185d6182a /include/configs/ethernut5.h
parent88cd7d0ea961ca11b1eeaaea8b7811573b103abb (diff)
downloadu-boot-de6957256980d9aa1bf11585e6e5b4740d3ccb97.zip
u-boot-de6957256980d9aa1bf11585e6e5b4740d3ccb97.tar.gz
u-boot-de6957256980d9aa1bf11585e6e5b4740d3ccb97.tar.bz2
Convert CONFIG_SYS_I2C_SOFT et al to Kconfig
This converts the following to Kconfig: CONFIG_SYS_I2C_SOFT CONFIG_SYS_I2C_SOFT_SPEED CONFIG_SYS_I2C_SOFT_SLAVE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ethernut5.h')
-rw-r--r--include/configs/ethernut5.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h
index 3f26654..8b60ad5 100644
--- a/include/configs/ethernut5.h
+++ b/include/configs/ethernut5.h
@@ -98,9 +98,6 @@
#define CONFIG_SYS_MAX_I2C_BUS 1
#define CONFIG_SYS_I2C_LEGACY
-#define CONFIG_SYS_I2C_SOFT /* I2C bit-banged */
-#define CONFIG_SYS_I2C_SOFT_SPEED 100000
-#define CONFIG_SYS_I2C_SOFT_SLAVE 0
#define I2C_SOFT_DECLARATIONS