From 17ea15a65958dd252a597a6af2e5c2fc453cd3fe Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Wed, 15 Sep 2021 17:02:55 -0300 Subject: [PATCH] Kconfig: Enable logging for Segment LCD devices Signed-off-by: Gustavo Henrique Nihei --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index 3441d5dcc5c..b58deb80679 100644 --- a/Kconfig +++ b/Kconfig @@ -1140,7 +1140,7 @@ comment "Driver Debug Options" config DEBUG_LCD bool "Low-level LCD Debug Features" default n - depends on LCD + depends on LCD || SLCD ---help--- Enable LCD driver debug features.