zephyr/arch/arm/soc/arm/Kconfig

20 lines
315 B
Plaintext

# Kconfig - ARM LTD SoC configuration options
#
# Copyright (c) 2016 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_FAMILY_ARM
bool
# omit prompt to signify a "hidden" option
default n
if SOC_FAMILY_ARM
config SOC_FAMILY
string
default arm
endif
source "arch/arm/soc/arm/*/Kconfig.soc"