blob: 5f4bfdbbb9e1e818788eef34e5e26494195f165a [file] [log] [blame]
# 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
if SOC_FAMILY_ARM
config SOC_FAMILY
string
default "arm"
source "soc/arm/arm/*/Kconfig.soc"
endif # SOC_FAMILY_ARM