From f4fdf94d53be0223549574f7e6693d1567acbe8f Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sat, 5 Feb 2022 06:40:51 +0800 Subject: [PATCH] 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 --- system/cu/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/cu/Kconfig b/system/cu/Kconfig index ac360d82d..21767c0d1 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