1# ARM LTD SoC configuration options 2 3# Copyright (c) 2016 Linaro Limited 4# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved. 5# SPDX-License-Identifier: Apache-2.0 6 7config SOC_FAMILY_ARM64 8 bool 9 10if SOC_FAMILY_ARM64 11config SOC_FAMILY 12 string 13 default "arm" 14 15source "soc/arm64/arm/*/Kconfig.soc" 16endif # SOC_FAMILY_ARM 17