diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-12-25 18:35:52 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-12-25 18:35:52 +0100 |
commit | bc9d07a4d4acd1e612c1bb509372e40e60cd4d8d (patch) | |
tree | cbe96c43adb3814ec2d0f3b2781977ae62433a93 /src/driver/Kconfig | |
parent | 536430357852402390e6d44115bd997b8cb7dc42 (diff) |
Configure SoftI2C SDA/SCL via kconfig only; remove external pull-up support
Diffstat (limited to 'src/driver/Kconfig')
-rw-r--r-- | src/driver/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
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 |