CONFIG_COAP¶
CoAP Support
Type: bool
Help¶
This option enables the CoAP implementation.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Subsystem>/net/lib/coap/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:89 → <Zephyr Subsystem>/net/lib/Kconfig:6
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols
config COAP
    bool "CoAP Support"
    depends on NETWORKING
    help
      This option enables the CoAP implementation.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)