8 lines
166 B
Plaintext
8 lines
166 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.
|