diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-02-10 22:11:44 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-02-10 22:11:44 +0100 |
commit | 89e204937cab2457805fa5d1025ffe0a705b0bf2 (patch) | |
tree | a22623d6668e17b28f4ad0fc2d949e9209433ae7 /src/app/ssd1306test | |
parent | 467b1b587811a2091d04a5faab20d6430313cd51 (diff) |
ssd1306test depends on framebuffer
Diffstat (limited to 'src/app/ssd1306test')
-rw-r--r-- | src/app/ssd1306test/Kconfig | 1 |
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 |