zephyr/modules/Kconfig.civetweb
Tomasz Gorochowik f2bf9a17c5 samples: net: Add civetweb HTTP sample
This commit adds civetweb as a west module and a sample that uses it.

Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
Signed-off-by: Piotr Zierhoffer <pzierhoffer@antmicro.com>
2019-07-30 13:17:55 +03:00

9 lines
168 B
Plaintext

# Copyright (c) 2019 Antmicro Ltd
#
# SPDX-License-Identifier: Apache-2.0
config CIVETWEB
bool "Civetweb Support"
help
This option enables the civetweb HTTP API.