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