mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
serial: Make SIGINT and SIGTSTP work even without CONFIG_SERIAL_TERMIOS
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
901361be48
commit
a010cb1af1
@@ -191,7 +191,6 @@ config TTY_FORCE_PANIC_CHAR
|
||||
config TTY_SIGINT
|
||||
bool "Support SIGINT"
|
||||
default n
|
||||
depends on SERIAL_TERMIOS
|
||||
---help---
|
||||
Whether support Ctrl-c/x event. Enabled automatically for console
|
||||
devices. May be enabled for other serial devices using the ISIG bit
|
||||
@@ -235,7 +234,6 @@ config TTY_SIGINT_CHAR
|
||||
config TTY_SIGTSTP
|
||||
bool "Support SIGTSTP"
|
||||
default n
|
||||
depends on SERIAL_TERMIOS
|
||||
---help---
|
||||
Whether support Ctrl-z event. Enabled automatically for console
|
||||
devices. May be enabled for other serial devices using the ISIG bit
|
||||
|
||||
Reference in New Issue
Block a user