From 47539e2317276ab7e31b47f75e52981c4473dbbd Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sun, 31 Aug 2014 07:10:59 +0900 Subject: kirkwood: kconfig: refactor Kconfig and defconfig Becuase the board select menu in arch/arm/Kconfig is too big, move the KirkWood board select menu to kirkwood/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="kirkwood"). Signed-off-by: Masahiro Yamada Acked-by: Prafulla Wadasdkar Cc: Luka Perkov --- include/configs/wireless_space.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/wireless_space.h') diff --git a/include/configs/wireless_space.h b/include/configs/wireless_space.h index 2070a9b1bd..036c1e427e 100644 --- a/include/configs/wireless_space.h +++ b/include/configs/wireless_space.h @@ -21,7 +21,6 @@ * High Level Configuration Options (easy to change) */ #define CONFIG_FEROCEON_88FR131 /* CPU Core subversion */ -#define CONFIG_KIRKWOOD /* SoC Family Name */ /* SoC name */ #define CONFIG_KW88F6281 #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ -- cgit v1.2.1