:orphan: .. title:: CONFIG_COAP .. kconfig:: CONFIG_COAP CONFIG_COAP ########### *CoAP Support* Type: ``bool`` Help ==== .. code-block:: none This option enables the CoAP implementation. Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`UPDATEHUB ` - \ :kconfig:`LWM2M ` Kconfig definition ================== At ``/net/lib/coap/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols .. code-block:: kconfig 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.)*