From 745c2b66fd33b55931b33a390ccf08a14cad2006 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 26 May 2015 10:36:24 -0400 Subject: [PATCH] Remove sourcing of arch kconfig to root Change-Id: I052721288a58ae27c49b59f8e42bdab469f3b2f3 Signed-off-by: Anas Nashif --- arch/Kconfig | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/arch/Kconfig b/arch/Kconfig index 29ed987252b..2ec627e8f4f 100644 --- a/arch/Kconfig +++ b/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