diff options
Diffstat (limited to 'src')
-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 |