| # | |
| # Copyright 2021 NXP | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| config SOC_FAMILY_LS | |
| bool | |
| if SOC_FAMILY_LS | |
| config SOC_FAMILY | |
| string | |
| default "nxp_layerscape" | |
| source "soc/arm64/nxp_layerscape/*/Kconfig.soc" | |
| config SOC_PART_NUMBER | |
| default "LS1046A" if SOC_SERIES_LS1046A | |
| endif # SOC_FAMILY_LS |