From 3491ba6311c0aede2c6530ef42e2df6b58cf000d Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sun, 31 Aug 2014 07:11:01 +0900 Subject: davinci: kconfig: move board select menu and common settings Becuase the board select menu in arch/arm/Kconfig is too big, move the Davinci board select menu to davinci/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="davinci"). Signed-off-by: Masahiro Yamada Reviewed-by: Tom Rini Cc: Heiko Schocher Cc: Sandeep Paulraj --- configs/calimain_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/calimain_defconfig') diff --git a/configs/calimain_defconfig b/configs/calimain_defconfig index a808ddf..02d3912 100644 --- a/configs/calimain_defconfig +++ b/configs/calimain_defconfig @@ -1,2 +1,3 @@ CONFIG_ARM=y +CONFIG_ARCH_DAVINCI=y CONFIG_TARGET_CALIMAIN=y -- cgit v1.1