Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a8f5958c782ca6bb7d09e39d8f20c52a15d8959c
/
.
/
soc
/
arm
/
Kconfig.soc
blob: 159cb16c43cac77d29f07a12be33fb08d6317843 [
file
] [
log
] [
blame
]
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config SOC_FAMILY_ARM
bool
config SOC_FAMILY_ARM64
bool
config SOC_FAMILY
default
"arm"
if
SOC_FAMILY_ARM
default
"arm64"
if
SOC_FAMILY_ARM64
rsource
"*/Kconfig.soc"