From 2eaf2e0ff8cfed1f5b113d303d35ba47a40513ae Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Tue, 5 Mar 2019 12:38:39 -0600 Subject: [PATCH] aps/system/cu/Kconfig: CU term depends on TERMIOS and should select it. --- system/cu/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/cu/Kconfig b/system/cu/Kconfig index 8638e5a91..6ce6d7b8e 100644 --- a/system/cu/Kconfig +++ b/system/cu/Kconfig @@ -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