The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NETWORKING

Link layer and IP networking support

Type: bool

Help

This option enabled generic link layer and IP networking support.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/net/Kconfig:68

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

Menu path: (top menu) → Networking

config NETWORKING
    bool
    prompt "Link layer and IP networking support"
    select NET_BUF
    select POLL
    select ENTROPY_GENERATOR
    help
      This option enabled generic link layer and IP networking support.

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