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 <yamada.m@jp.panasonic.com>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
Masahiro Yamada
2014-08-31 07:11:00 +09:00
committed by Tom Rini
parent 47539e2317
commit 72df68cc6b
20 changed files with 69 additions and 117 deletions

View File

@@ -1,9 +1,5 @@
if TARGET_ARNDALE
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "arndale"
@@ -12,10 +8,6 @@ config SYS_VENDOR
string
default "samsung"
config SYS_SOC
string
default "exynos"
config SYS_CONFIG_NAME
string
default "arndale"

View File

@@ -1,9 +1,5 @@
if TARGET_ORIGEN
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "origen"
@@ -12,10 +8,6 @@ config SYS_VENDOR
string
default "samsung"
config SYS_SOC
string
default "exynos"
config SYS_CONFIG_NAME
string
default "origen"

View File

@@ -1,9 +1,5 @@
if TARGET_SMDK5250
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "smdk5250"
@@ -12,10 +8,6 @@ config SYS_VENDOR
string
default "samsung"
config SYS_SOC
string
default "exynos"
config SYS_CONFIG_NAME
string
default "smdk5250"
@@ -24,10 +16,6 @@ endif
if TARGET_SNOW
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "smdk5250"
@@ -36,10 +24,6 @@ config SYS_VENDOR
string
default "samsung"
config SYS_SOC
string
default "exynos"
config SYS_CONFIG_NAME
string
default "snow"

View File

@@ -1,9 +1,5 @@
if TARGET_PEACH_PIT
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "smdk5420"
@@ -12,10 +8,6 @@ config SYS_VENDOR
string
default "samsung"
config SYS_SOC
string
default "exynos"
config SYS_CONFIG_NAME
string
default "peach-pit"
@@ -24,10 +16,6 @@ endif
if TARGET_SMDK5420
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "smdk5420"
@@ -36,10 +24,6 @@ config SYS_VENDOR
string
default "samsung"
config SYS_SOC
string
default "exynos"
config SYS_CONFIG_NAME
string
default "smdk5420"

View File

@@ -1,9 +1,5 @@
if TARGET_SMDKV310
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "smdkv310"
@@ -12,10 +8,6 @@ config SYS_VENDOR
string
default "samsung"
config SYS_SOC
string
default "exynos"
config SYS_CONFIG_NAME
string
default "smdkv310"

View File

@@ -1,9 +1,5 @@
if TARGET_TRATS
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "trats"
@@ -12,10 +8,6 @@ config SYS_VENDOR
string
default "samsung"
config SYS_SOC
string
default "exynos"
config SYS_CONFIG_NAME
string
default "trats"

View File

@@ -1,9 +1,5 @@
if TARGET_TRATS2
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "trats2"
@@ -12,10 +8,6 @@ config SYS_VENDOR
string
default "samsung"
config SYS_SOC
string
default "exynos"
config SYS_CONFIG_NAME
string
default "trats2"

View File

@@ -1,9 +1,5 @@
if TARGET_S5PC210_UNIVERSAL
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "universal_c210"
@@ -12,10 +8,6 @@ config SYS_VENDOR
string
default "samsung"
config SYS_SOC
string
default "exynos"
config SYS_CONFIG_NAME
string
default "s5pc210_universal"