diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-01-02 09:54:00 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-01-02 09:54:00 +0100 |
commit | df10feba888982bd048a602ae286c56d8026714c (patch) | |
tree | 356706bdd8248b930cf93094dea4efed40230abe /src | |
parent | e3db2c4ca8fe25c590ed201a13a39dd81f41a5d6 (diff) |
deflatetest depends on counter and deflate
Diffstat (limited to 'src')
-rw-r--r-- | src/app/deflatetest/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/deflatetest/Kconfig b/src/app/deflatetest/Kconfig index bcffcd0..5af0004 100644 --- a/src/app/deflatetest/Kconfig +++ b/src/app/deflatetest/Kconfig @@ -3,4 +3,4 @@ # SPDX-License-Identifier: CC0-1.0 prompt "Deflate Test" -depends on !loop && !wakeup +depends on meta_driver_counter && lib_inflate && !loop && !wakeup |