CONFIG_CIVETWEB
Civetweb Support
Type: bool
Help
This option enables the civetweb HTTP API.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/modules/Kconfig.civetweb:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:12
Menu path: (Top) → Modules
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.)