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:
parent
207f2ab1e6
commit
ce757d5970
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue