From ef9d29ee0ecef0da260388300f354de48b1032c1 Mon Sep 17 00:00:00 2001
From: Birte Kristina Friesel <derf@finalrewind.org>
Date: Sat, 10 Feb 2024 21:29:51 +0100
Subject: [PATCH] ssd1306test app requires vertical addressing mode

---
 src/app/ssd1306test/Kconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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
-- 
GitLab