diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-02-10 21:29:51 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-02-10 21:29:51 +0100 |
commit | ef9d29ee0ecef0da260388300f354de48b1032c1 (patch) | |
tree | dc0e7ee6999706992039ec02594692fac990e406 /src/app/ssd1306test/Kconfig | |
parent | e4aec9f8ed543b2ccf562ba58a481c594ac7cd21 (diff) |
ssd1306test app requires vertical addressing mode
Diffstat (limited to 'src/app/ssd1306test/Kconfig')
-rw-r--r-- | src/app/ssd1306test/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app/ssd1306test/Kconfig b/src/app/ssd1306test/Kconfig index 57c266f..fdd7574 100644 --- a/src/app/ssd1306test/Kconfig +++ b/src/app/ssd1306test/Kconfig @@ -3,4 +3,6 @@ # SPDX-License-Identifier: CC0-1.0 prompt "SSD1306 Test" -depends on driver_ssd1306 && loop && !wakeup +depends on driver_ssd1306 && driver_ssd1306_mode_vertical +depends on loop +depends on !wakeup |