summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app/i2cdetect/Kconfig2
-rw-r--r--src/app/loratest/Kconfig2
-rw-r--r--src/app/mpu9250_motionlog/Kconfig2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/app/i2cdetect/Kconfig b/src/app/i2cdetect/Kconfig
index d0415f0..1ebeaeb 100644
--- a/src/app/i2cdetect/Kconfig
+++ b/src/app/i2cdetect/Kconfig
@@ -1,2 +1,2 @@
prompt "I2C Bus Scanner"
-depends on meta_driver_i2c
+depends on loop && !wakeup && meta_driver_i2c
diff --git a/src/app/loratest/Kconfig b/src/app/loratest/Kconfig
index cba8106..95c7489 100644
--- a/src/app/loratest/Kconfig
+++ b/src/app/loratest/Kconfig
@@ -1,2 +1,2 @@
prompt "LoRaWAN test"
-depends on arch_msp430fr5994lp
+depends on arch_msp430fr5994lp && !meta_driver_stdin && loop && !wakeup
diff --git a/src/app/mpu9250_motionlog/Kconfig b/src/app/mpu9250_motionlog/Kconfig
index 27d605f..1ffd172 100644
--- a/src/app/mpu9250_motionlog/Kconfig
+++ b/src/app/mpu9250_motionlog/Kconfig
@@ -1,2 +1,2 @@
prompt "Motion Logger"
-depends on driver_mpu9250
+depends on arch_arduino_nano && driver_mpu9250 && !loop && !wakeup