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