modules: tfm: remove redundant if BUILD_WITH_TFM guard in Kconfig

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>
This commit is contained in:
Ioannis Glaropoulos 2021-06-08 10:04:17 +02:00 committed by Carles Cufí
parent 207f2ab1e6
commit ce757d5970

View file

@ -5,8 +5,5 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
rsource "Kconfig.tfm" rsource "Kconfig.tfm"
if BUILD_WITH_TFM
rsource "Kconfig.tfm.partitions" rsource "Kconfig.tfm.partitions"
rsource "Kconfig.tfm.crypto_modules" rsource "Kconfig.tfm.crypto_modules"
endif