The latest development version of this page may be more current than this released 1.14.1 version.
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 if’s and menus.)

Kconfig definition

At subsys/net/ip/Kconfig:502

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82

Menu path: (top menu) → Networking → IP stack

choice
    bool
    prompt "Default Network Interface" if NETWORKING
    default NET_DEFAULT_IF_FIRST if NETWORKING
    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.

(Definitions include propagated dependencies, including from if’s and menus.)