summaryrefslogtreecommitdiff
path: root/src/app/luxlog
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-08-31 15:09:11 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-08-31 15:09:11 +0200
commitf533c7b6ec245ab039a257778ddba01ed889fbd3 (patch)
tree2b567d63397900ce05178de0988033c756d6d408 /src/app/luxlog
parent30964f70eaf85f7450cdaa2f768367f5f3bf9466 (diff)
kconfig: i2c and softi2c drivers must not be combind
Diffstat (limited to 'src/app/luxlog')
-rw-r--r--src/app/luxlog/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/luxlog/Kconfig b/src/app/luxlog/Kconfig
index 6e1c6e6..52c71ea 100644
--- a/src/app/luxlog/Kconfig
+++ b/src/app/luxlog/Kconfig
@@ -1,2 +1,2 @@
prompt "Ambient Brightness Logger"
-depends on driver_max44009
+depends on (arch_msp430fr5969lp || arch_msp430fr5994lp) && driver_max44009 && loop && !wakeup