diff options
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/luxlog/Kconfig | 2 | ||||
-rw-r--r-- | src/app/sharp96test/Kconfig | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/src/app/sharp96test/Kconfig b/src/app/sharp96test/Kconfig index 30b9ac3..cbba858 100644 --- a/src/app/sharp96test/Kconfig +++ b/src/app/sharp96test/Kconfig @@ -1,2 +1,2 @@ prompt "Sharp96 Test" -depends on driver_sharp96 +depends on driver_sharp96 && loop && !wakeup |