mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 03:35:36 +00:00
This patch adds a JSON web token library that adds the capability to sign JSON tokens. This was located in subsys due to the dependency on MBEDTLS, which resides in /ext. Signed-off-by: David Brown <david.brown@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
45 lines
722 B
Plaintext
45 lines
722 B
Plaintext
# Kconfig - Subsystem configuration options
|
|
#
|
|
# Copyright (c) 2016-2017 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
source "subsys/bluetooth/Kconfig"
|
|
|
|
source "subsys/console/Kconfig"
|
|
|
|
source "subsys/cpp/Kconfig"
|
|
|
|
source "subsys/debug/Kconfig"
|
|
|
|
source "subsys/disk/Kconfig"
|
|
|
|
source "subsys/fs/Kconfig"
|
|
|
|
source "subsys/logging/Kconfig"
|
|
|
|
source "subsys/mgmt/Kconfig"
|
|
|
|
source "subsys/net/Kconfig"
|
|
|
|
source "subsys/shell/Kconfig"
|
|
|
|
source "subsys/usb/Kconfig"
|
|
|
|
source "subsys/dfu/Kconfig"
|
|
|
|
source "subsys/random/Kconfig"
|
|
|
|
source "subsys/storage/Kconfig"
|
|
|
|
source "subsys/settings/Kconfig"
|
|
|
|
source "subsys/app_memory/Kconfig"
|
|
|
|
source "subsys/power/Kconfig"
|
|
|
|
source "subsys/fb/Kconfig"
|
|
|
|
source "subsys/jwt/Kconfig"
|