CONFIG_NATIVE_STDIN_PRIO

Priority of the stdin polling thread

Type: int

Help

Priority of the native stdin polling thread

Direct dependencies

NATIVE_POSIX_STDIN_CONSOLE && CONSOLE

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/console/Kconfig:277

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config NATIVE_STDIN_PRIO
    int
    prompt "Priority of the stdin polling thread" if NATIVE_POSIX_STDIN_CONSOLE && CONSOLE
    default 4 if NATIVE_POSIX_STDIN_CONSOLE && CONSOLE
    depends on NATIVE_POSIX_STDIN_CONSOLE && CONSOLE
    help
      Priority of the native stdin polling thread

(Definitions include propagated dependencies, including from if’s and menus.)