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 --- board/ait/cam_enc_4xx/Kconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'board/ait/cam_enc_4xx') diff --git a/board/ait/cam_enc_4xx/Kconfig b/board/ait/cam_enc_4xx/Kconfig index d1f89df54a7..2b886929b5a 100644 --- a/board/ait/cam_enc_4xx/Kconfig +++ b/board/ait/cam_enc_4xx/Kconfig @@ -1,9 +1,5 @@ if TARGET_CAM_ENC_4XX -config SYS_CPU - string - default "arm926ejs" - config SYS_BOARD string default "cam_enc_4xx" @@ -12,10 +8,6 @@ config SYS_VENDOR string default "ait" -config SYS_SOC - string - default "davinci" - config SYS_CONFIG_NAME string default "cam_enc_4xx" -- cgit v1.2.3