Remove sourcing of arch kconfig to root
Change-Id: I052721288a58ae27c49b59f8e42bdab469f3b2f3 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
3ae5d713ef
commit
745c2b66fd
15
arch/Kconfig
15
arch/Kconfig
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue