From 7c99cb06aa38ee9cb1dd9f2d44cd729d47bda4c2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 31 Aug 2020 14:33:58 +0200 Subject: Further add Kconfig fixes --- src/app/i2cdetect/Kconfig | 2 +- src/app/loratest/Kconfig | 2 +- src/app/mpu9250_motionlog/Kconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3