15 lines
223 B
Plaintext
15 lines
223 B
Plaintext
|
#
|
||
|
# Copyright 2021 NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
if SOC_SERIES_LS1046A
|
||
|
|
||
|
config SOC_SERIES
|
||
|
default "ls1046a"
|
||
|
|
||
|
source "soc/arm64/nxp_layerscape/ls1046a/Kconfig.defconfig.ls1046a"
|
||
|
|
||
|
endif # SOC_SERIES_LS1046A
|