You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/02/09 17:36:32 UTC

[incubator-nuttx-apps] branch master updated: system/cu: Don't select SERIAL_TERMIOS in Kconfig

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f4fdf94  system/cu: Don't select SERIAL_TERMIOS in Kconfig
f4fdf94 is described below

commit f4fdf94d53be0223549574f7e6693d1567acbe8f
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sat Feb 5 06:40:51 2022 +0800

    system/cu: Don't select SERIAL_TERMIOS in Kconfig
    
    since all terminal related code is already guarded by CONFIG_SERIAL_TERMIOS
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 system/cu/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/system/cu/Kconfig b/system/cu/Kconfig
index ac360d8..21767c0 100644
--- a/system/cu/Kconfig
+++ b/system/cu/Kconfig
@@ -6,8 +6,6 @@
 menuconfig SYSTEM_CUTERM
 	tristate "CU minimal serial terminal"
 	default n
-	depends on ARCH_HAVE_SERIAL_TERMIOS
-	select SERIAL_TERMIOS
 	---help---
 		Enable the CU serial terminal.  This is a minimalistic
 		implementation of the 'cu' terminal program (part of Taylor UUCP for