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/mpu9250_motionlog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/mpu9250_motionlog') 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