zephyr/arch/arm/Kconfig
Anas Nashif abcf2ad5a8 kconfig: move soc selection to ZEPHYR_BASE/soc/
Rather than do that for each architecture, source SoC Kconfigs where the
code is maintained, under ZEPHYR_BASE/soc.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-09-13 00:56:48 -04:00

23 lines
314 B
Plaintext

# Kconfig - ARM architecture configuration options
#
# Copyright (c) 2014-2015 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
menu "ARM Options"
depends on ARM
source "arch/arm/core/Kconfig"
config ARCH
default "arm"
config ARCH_DEFCONFIG
string
default "arch/arm/defconfig"
endmenu