The latest development version of this page may be more current than this released 2.7.5 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

Symbols that select this symbol

Kconfig definition

At subsys/net/Kconfig:68

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39

Menu path: (Top) → Sub Systems and OS Services → Networking

config NETWORKING
    bool "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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)