From 72df68cc6b73febcaacbb9e2e232b6580672c8bd Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sun, 31 Aug 2014 07:11:00 +0900 Subject: exynos: kconfig: move board select menu and common settings Becuase the board select menu in arch/arm/Kconfig is too big, move the Exynos board select menu to exynos/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="exynos"). Signed-off-by: Masahiro Yamada Acked-by: Minkyu Kang --- configs/origen_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/origen_defconfig') diff --git a/configs/origen_defconfig b/configs/origen_defconfig index e0d10d3ef4..aa9238142a 100644 --- a/configs/origen_defconfig +++ b/configs/origen_defconfig @@ -1,3 +1,4 @@ CONFIG_SPL=y +S:CONFIG_ARM=y ++S:CONFIG_ARCH_EXYNOS=y +S:CONFIG_TARGET_ORIGEN=y -- cgit v1.2.1