1#-------------------------------------------------------------------------------
2# Copyright (c) 2023, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8menuconfig TFM_PARTITION_INTERNAL_TRUSTED_STORAGE
9    bool "Internal Trusted Storage"
10    default n
11
12if TFM_PARTITION_INTERNAL_TRUSTED_STORAGE
13
14config ITS_ENCRYPTION
15    bool "Enable authenticated encryption of ITS files using platform specific APIs"
16    default n
17
18endif
19