Remove sourcing of arch kconfig to root

Change-Id: I052721288a58ae27c49b59f8e42bdab469f3b2f3
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-05-26 10:36:24 -04:00
parent 3ae5d713ef
commit 745c2b66fd
1 changed files with 0 additions and 15 deletions

View File

@ -32,18 +32,3 @@
#
config ARCH
string
option env="ARCH"
default "x86"
help
This option identifies the architecture type.
The values supported are: x86 arm
if ARCH = "x86"
source "arch/x86/Kconfig"
endif
if ARCH = "arm"
source "arch/arm/Kconfig"
endif