zephyr/soc/arm64/arm/Kconfig

17 lines
340 B
Plaintext

# ARM LTD SoC configuration options
# Copyright (c) 2016 Linaro Limited
# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
# SPDX-License-Identifier: Apache-2.0
config SOC_FAMILY_ARM64
bool
if SOC_FAMILY_ARM64
config SOC_FAMILY
string
default "arm"
source "soc/arm64/arm/*/Kconfig.soc"
endif # SOC_FAMILY_ARM