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

NETWORKING

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/net/ip/Kconfig:698

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:39<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"
    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.)