:orphan: .. title:: NET_TC_NUM_PRIORITIES .. option:: CONFIG_NET_TC_NUM_PRIORITIES *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`NUM_COOP_PRIORITIES ` if \ :option:`NET_TC_THREAD_COOPERATIVE ` - \ :option:`NUM_PREEMPT_PRIORITIES ` if \ :option:`NET_TC_THREAD_PREEMPTIVE ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:193`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: config NET_TC_NUM_PRIORITIES int default \ :option:`NUM_COOP_PRIORITIES ` if \ :option:`NET_TC_THREAD_COOPERATIVE ` default \ :option:`NUM_PREEMPT_PRIORITIES ` if \ :option:`NET_TC_THREAD_PREEMPTIVE ` depends on !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*