The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_COAP

CoAP Support

Type: bool

Help

This option enables the CoAP implementation.

Direct dependencies

NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/net/lib/coap/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:9

Menu path: (top menu) → Networking → Network Protocols

config COAP
    bool
    prompt "CoAP Support" if NETWORKING
    depends on NETWORKING
    help
      This option enables the CoAP implementation.

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