diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 14:33:58 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 14:33:58 +0200 |
commit | 7c99cb06aa38ee9cb1dd9f2d44cd729d47bda4c2 (patch) | |
tree | 075731d5c5debb96f05ae9e940c7c9d54182f305 /src | |
parent | dcd2592a7894e3f8390223787d15f7c585f26760 (diff) |
Further add Kconfig fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/app/i2cdetect/Kconfig | 2 | ||||
-rw-r--r-- | src/app/loratest/Kconfig | 2 | ||||
-rw-r--r-- | src/app/mpu9250_motionlog/Kconfig | 2 |
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 |