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:77

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22

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.)