mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-24 06:58:35 +00:00
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 <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
8361990261
commit
f4fdf94d53
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue