You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/09/16 03:51:36 UTC

[incubator-nuttx] branch master updated: Kconfig: Enable logging for Segment LCD devices

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 17ea15a  Kconfig: Enable logging for Segment LCD devices
17ea15a is described below

commit 17ea15a65958dd252a597a6af2e5c2fc453cd3fe
Author: Gustavo Henrique Nihei <gu...@espressif.com>
AuthorDate: Wed Sep 15 17:02:55 2021 -0300

    Kconfig: Enable logging for Segment LCD devices
    
    Signed-off-by: Gustavo Henrique Nihei <gu...@espressif.com>
---
 Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Kconfig b/Kconfig
index 3441d5d..b58deb8 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.