zephyr/modules/uoscore-uedhoc/Kconfig
Robert Lubos 633e7e4533 modules: Add uoscore-uedhoc repository
Introduce uoscore-uedhoc repository, providing OSCORE and EDHOC
libraries as a new Zephyr module.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2022-08-12 16:17:59 +02:00

33 lines
583 B
Plaintext

# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
menuconfig UOSCORE
bool "UOSCORE library"
depends on ZCBOR
depends on ZCBOR_CANONICAL
depends on MBEDTLS
help
This option enables the UOSCORE library.
if UOSCORE
config UOSCORE_DEBUG
bool "Debug logs in the uoscore library"
endif # UOSCORE
menuconfig UEDHOC
bool "UEDHOC library"
depends on ZCBOR
depends on ZCBOR_CANONICAL
depends on MBEDTLS
help
This option enables the UEDHOC library.
if UEDHOC
config UEDHOC_DEBUG
bool "Debug logs in the uedhoc library"
endif # UEDHOC