summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-02-10 22:11:44 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-02-10 22:11:44 +0100
commit89e204937cab2457805fa5d1025ffe0a705b0bf2 (patch)
treea22623d6668e17b28f4ad0fc2d949e9209433ae7
parent467b1b587811a2091d04a5faab20d6430313cd51 (diff)
ssd1306test depends on framebuffer
-rw-r--r--src/app/ssd1306test/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/ssd1306test/Kconfig b/src/app/ssd1306test/Kconfig
index fdd7574..0116f8b 100644
--- a/src/app/ssd1306test/Kconfig
+++ b/src/app/ssd1306test/Kconfig
@@ -4,5 +4,6 @@
prompt "SSD1306 Test"
depends on driver_ssd1306 && driver_ssd1306_mode_vertical
+depends on framebuffer
depends on loop
depends on !wakeup