:orphan: .. title:: COAP .. option:: CONFIG_COAP *CoAP Support* Type: ``bool`` Help ==== This option enables the CoAP implementation. Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`UPDATEHUB ` - \ :option:`LWM2M ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/coap/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols .. parsed-literal:: config COAP bool "CoAP Support" depends on \ :option:`NETWORKING ` help This option enables the CoAP implementation. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*