ce757d5970
We do not need the if BUILD_WITH_TFM guard in the main Kconfig file, as the guards are present insude the respective Kconfig files that are sourced by the main Kconfig. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
# Configuration for the TF-M Module
|
|
|
|
# Copyright (c) 2019, 2020 Linaro Limited
|
|
# Copyright (c) 2020, 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
rsource "Kconfig.tfm"
|
|
rsource "Kconfig.tfm.partitions"
|
|
rsource "Kconfig.tfm.crypto_modules"
|