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:
Xiang Xiao 2022-02-05 06:40:51 +08:00 committed by Petro Karashchenko
parent 8361990261
commit f4fdf94d53

View File

@ -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