From bc9d07a4d4acd1e612c1bb509372e40e60cd4d8d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 25 Dec 2021 18:35:52 +0100 Subject: Configure SoftI2C SDA/SCL via kconfig only; remove external pull-up support --- src/driver/Kconfig | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/driver/Kconfig') diff --git a/src/driver/Kconfig b/src/driver/Kconfig index 5fe4bad..457b6e3 100644 --- a/src/driver/Kconfig +++ b/src/driver/Kconfig @@ -129,10 +129,6 @@ select meta_driver_i2c endmenu -config driver_softi2c_name -string "Instance Name" -default "i2c" - config driver_softi2c_scl string "SCL Pin" default "pc5" if arch_arduino_nano @@ -162,16 +158,4 @@ bool "Internal Dynamic Pull-Up" help Internal Pull-Up, disabled when transmitting LOW -config driver_softi2c_pullup_dynamic_external -bool "GPIO Dynamic Pull-Up" -depends on arch_msp430fr5969lp || arch_msp430fr5994lp -help - Pull-Up resistors connected to GPIO, disabled when transmitting LOW - -config driver_softi2c_pullup_external -bool "GPIO Static Pull-Up" -depends on arch_msp430fr5969lp || arch_msp430fr5994lp -help - Pull-Up resistors connected to GPIO, always on - endchoice -- cgit v1.2.3