:orphan: .. title:: NET_PPP_RX_PRIORITY .. option:: CONFIG_NET_PPP_RX_PRIORITY *RX workqueue thread priority* Type: ``int`` Help ==== Sets the priority of the RX workqueue thread. Direct dependencies =================== \ :option:`NET_PPP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 7 Kconfig definition ================== .. highlight:: kconfig At ``drivers/net/Kconfig:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:22`` Menu path: (Top) → Device Drivers → Point-to-point (PPP) UART based driver .. parsed-literal:: config NET_PPP_RX_PRIORITY int "RX workqueue thread priority" default 7 depends on \ :option:`NET_PPP ` help Sets the priority of the RX workqueue thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*