zephyr/samples/tfm_integration/psa_level_1/Kconfig
Kevin Townsend 1fed229f6e samples: tfm_integration: Add PSA level 1 sample app
This commit adds a `tfm_level_1` samples app that shows how
to use the PSA APIs in IPC mode in a real-world example.

It makes use of the crypto, initial attestation and secure
storage modules.

Signed-off-by: Kevin Townsend <kevin@ktownsend.com>
2020-05-09 16:21:51 +02:00

23 lines
469 B
Plaintext

# Private config options for PSA level 1 application
# Copyright (c) 2019,2020 Linaro
# SPDX-License-Identifier: Apache-2.0
mainmenu "PSA level 1 sample application"
menu "Application configuration"
module = PSA
module-str = psa
source "subsys/logging/Kconfig.template.log_config"
endmenu
config PSA_SHELL
bool "Enable the 'psa' shell command"
depends on SHELL
help
Enabling this option will make the 'psa' shell command available.
source "Kconfig.zephyr"