blob: 77cb98d51a5335702d51400aa5dfd6710ee0c2cd [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
default n
if SOC_FAMILY_ARM
config SOC_FAMILY
string
default arm
endif
source "arch/arm/soc/arm/*/Kconfig.soc"