diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 15:09:11 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 15:09:11 +0200 |
commit | f533c7b6ec245ab039a257778ddba01ed889fbd3 (patch) | |
tree | 2b567d63397900ce05178de0988033c756d6d408 /src/app/sharp96test | |
parent | 30964f70eaf85f7450cdaa2f768367f5f3bf9466 (diff) |
kconfig: i2c and softi2c drivers must not be combind
Diffstat (limited to 'src/app/sharp96test')
-rw-r--r-- | src/app/sharp96test/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |