mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 04:36:06 +00:00
Architecture defconfigs are not used anymore and are stale. Remove them to avoid confusion. Related to #14442 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
19 lines
253 B
Plaintext
19 lines
253 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"
|
|
|
|
endmenu
|