-
choice: Default Network Interface
Default Network Interface
Type: bool
Help¶
If system has multiple interfaces enabled, then user shall be able to choose default interface. Otherwise first interface will be the default interface.
Default¶
Choice options¶
Kconfig definition¶
At <Zephyr>/subsys/net/ip/Kconfig:628
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 "Default Network Interface" defaultNET_DEFAULT_IF_FIRST
depends onNETWORKING
help If system has multiple interfaces enabled, then user shall be able to choose default interface. Otherwise first interface will be the default interface.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)