nomadik: kconfig: move board select menu and common settings

Becuase the board select menu in arch/arm/Kconfig is too big,
move the Nomadik board select menu to nomadik/Kconfig.

Move also common settings (CONFIG_SYS_CPU="arm926ejs" and
CONFIG_SYS_SOC="nomadik").

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
Masahiro Yamada
2014-08-31 07:11:08 +09:00
committed by Tom Rini
parent ef2b694c73
commit 16e16fdde2
6 changed files with 30 additions and 16 deletions
+1 -9
View File
@@ -1,8 +1,4 @@
if TARGET_NHK8815
config SYS_CPU
string
default "arm926ejs"
if NOMADIK_NHK8815
config SYS_BOARD
string
@@ -12,10 +8,6 @@ config SYS_VENDOR
string
default "st"
config SYS_SOC
string
default "nomadik"
config SYS_CONFIG_NAME
string
default "nhk8815"