:orphan: .. title:: CIVETWEB .. option:: CONFIG_CIVETWEB *Civetweb Support* Type: ``bool`` Help ==== .. code-block:: none This option enables the civetweb HTTP API. Direct dependencies =================== !\ :option:`NET_TCP_ISN_RFC6528 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/Kconfig.civetweb:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:13`` Menu path: (Top) → Modules .. code-block:: kconfig config CIVETWEB bool "Civetweb Support" depends on !NET_TCP_ISN_RFC6528 help This option enables the civetweb HTTP API. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*