1# Copyright 2017,2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_FAMILY_LPC
5
6config BUILD_WITH_TFM
7	default y if TRUSTED_EXECUTION_NONSECURE
8
9rsource "*/Kconfig.defconfig"
10
11endif # SOC_FAMILY_LPC
12