- 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.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
Choice options
Kconfig definition
At <Zephyr>/subsys/net/ip/Kconfig:697
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:83
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
choice
bool "Default Network Interface"
default NET_DEFAULT_IF_FIRST
depends on NETWORKING
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.)