As the legacy library has been removed, we no longer need to differentiate betwen MQTT implementations. Therefore align the library folder name with other libraries and remove the `_sock` suffix. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
32 lines
511 B
Plaintext
32 lines
511 B
Plaintext
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menu "Network Protocols"
|
|
|
|
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 Libraries"
|
|
|
|
source "subsys/net/lib/config/Kconfig"
|
|
|
|
source "subsys/net/lib/sockets/Kconfig"
|
|
|
|
source "subsys/net/lib/tls_credentials/Kconfig"
|
|
|
|
endmenu
|