11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
# Copyright 2024 NXP
|
|||
# SPDX-License-Identifier: Apache-2.0
|
|||
|
|||
if SOC_FAMILY_NXP_IMX
|
|||
|
|||
# Source series Kconfig files first, so SoCs
|
|||
# can override the defaults given here
|
|||
rsource "*/Kconfig.defconfig"
|
|||
|
|||
endif # SOC_FAMILY_NXP_IMX
|