summaryrefslogtreecommitdiff
path: root/src/driver/Kconfig
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-09-07 12:47:40 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-09-07 12:47:40 +0200
commit0248c6352f2117e50fac71dd632a79d8fa4f8737 (patch)
treea3a3f3079bbff203ca6c70544b4258742f5f152d /src/driver/Kconfig
parent667887a6f254347904b628ad22dabfcff44f426f (diff)
external pull-ups are only implemented on MSP430FR at the moment
Diffstat (limited to 'src/driver/Kconfig')
-rw-r--r--src/driver/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/driver/Kconfig b/src/driver/Kconfig
index 9fdc1b2..3d7760f 100644
--- a/src/driver/Kconfig
+++ b/src/driver/Kconfig
@@ -95,11 +95,13 @@ help
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