1# 2# Copyright 2021 NXP 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7if SOC_SERIES_LS1046A 8 9config SOC_SERIES 10 default "ls1046a" 11 12source "soc/arm64/nxp_layerscape/ls1046a/Kconfig.defconfig.ls1046a" 13 14endif # SOC_SERIES_LS1046A 15