:orphan: .. title:: CONFIG_NET_PPP_RX_PRIORITY .. kconfig:: CONFIG_NET_PPP_RX_PRIORITY CONFIG_NET_PPP_RX_PRIORITY ########################## *RX workqueue thread priority* Type: ``int`` Help ==== .. code-block:: none Sets the priority of the RX workqueue thread. Direct dependencies =================== \ :kconfig:`NET_PPP ` && \ :kconfig:`NET_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 7 Kconfig definition ================== At ``/net/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:24`` Menu path: (Top) → Device Drivers → Network Drivers → Point-to-point (PPP) UART based driver .. code-block:: kconfig config NET_PPP_RX_PRIORITY int "RX workqueue thread priority" default 7 depends on NET_PPP && NET_DRIVERS help Sets the priority of the RX workqueue thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*