-
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.
Defaults¶
Choice options¶
Kconfig definition¶
At subsys/net/ip/Kconfig:408
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
Menu path: (top menu) → Networking → IP stack
choice bool prompt "Default Network Interface" ifNETWORKING
defaultNET_DEFAULT_IF_FIRST
ifNETWORKING
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.
(Definitions include propagated dependencies, including from if’s and menus.)