42a91f4c07
ZOAP library has certain limitations in parsing and preparation of coap messages. It can handle only on single network fragment. If network packet is split between multiple fragments it fails. This patch is just copy and rename of 'zoap' to 'coap'. Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
32 lines
507 B
Plaintext
32 lines
507 B
Plaintext
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menu "Network Protocols"
|
|
|
|
source "subsys/net/lib/zoap/Kconfig"
|
|
|
|
source "subsys/net/lib/coap/Kconfig"
|
|
|
|
source "subsys/net/lib/dns/Kconfig"
|
|
|
|
source "subsys/net/lib/mqtt/Kconfig"
|
|
|
|
source "subsys/net/lib/http/Kconfig"
|
|
|
|
source "subsys/net/lib/lwm2m/Kconfig"
|
|
|
|
source "subsys/net/lib/sntp/Kconfig"
|
|
|
|
endmenu
|
|
|
|
menu "Network Application Support"
|
|
|
|
source "subsys/net/lib/app/Kconfig"
|
|
|
|
source "subsys/net/lib/sockets/Kconfig"
|
|
|
|
endmenu
|