Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2deab70f0f66c35f6b11ed57cea30d25b5073a87
/
.
/
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"