This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 927fe5bc2a49adc0017ef4a120d8389ac6ea5494
Author: zhangshoukui <zhangshou...@xiaomi.com>
AuthorDate: Fri Mar 14 10:11:31 2025 +0800

    drivers/serial/Kconfig: TTY_LAUNCH depends on SCHED_HPWORK
    
    Signed-off-by: zhangshoukui <zhangshou...@xiaomi.com>
---
 drivers/serial/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index f3d3a48777..43bf6c8e0e 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -264,6 +264,7 @@ config SERIAL_TERMIOS
 
 config TTY_LAUNCH
        bool "Enable feature TTY launch program"
+       depends on SCHED_HPWORK
        default n
        ---help---
                If select this, then user can launch a program with a special 
input.

Reply via email to