mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-10 06:55:15 +00:00
aps/system/cu/Kconfig: CU term depends on TERMIOS and should select it.
This commit is contained in:
parent
e54c456c5d
commit
2eaf2e0ff8
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
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