mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
drivers/serial/Kconfig: fix configure warnning
warning: (TTY_SIGINT) selects SIG_SIGKILL_ACTION which has unmet direct dependencies (SIG_DEFAULT) Change-Id: Ied9899d18156742ce4998b40d53a481262dcd84a Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
@@ -177,6 +177,7 @@ config SERIAL_TERMIOS
|
||||
config TTY_SIGINT
|
||||
bool "Support SIGINT"
|
||||
default n
|
||||
select SIG_DEFAULT
|
||||
select SIG_SIGKILL_ACTION
|
||||
depends on SERIAL_TERMIOS
|
||||
---help---
|
||||
@@ -222,6 +223,7 @@ config TTY_SIGINT_CHAR
|
||||
config TTY_SIGTSTP
|
||||
bool "Support SIGTSTP"
|
||||
default n
|
||||
select SIG_DEFAULT
|
||||
select CONFIG_SIG_SIGSTOP_ACTION
|
||||
depends on SERIAL_TERMIOS
|
||||
---help---
|
||||
|
||||
Reference in New Issue
Block a user