diff options
Diffstat (limited to 'src/app/mpu9250_motionlog/Kconfig')
-rw-r--r-- | src/app/mpu9250_motionlog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |