-
choice: Select TCP stack
Select TCP stack
Type: bool
Help¶
Select the TCP stack implementation to use.
Direct dependencies¶
NET_TCP
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr>/subsys/net/ip/Kconfig:390
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:34
→ <Zephyr>/subsys/net/Kconfig:87
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
choice bool "Select TCP stack" defaultNET_TCP2
depends onNET_TCP
&& !NET_RAW_MODE
&&NETWORKING
help Select the TCP stack implementation to use.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)