highbank: kconfig: move common settings
Move Highbank-specific settings to highbank/Kconfig. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
22f2be7a12
commit
ef2b694c73
|
@ -334,8 +334,8 @@ config TARGET_BCM958622HR
|
||||||
config ARCH_EXYNOS
|
config ARCH_EXYNOS
|
||||||
bool "Samsung EXYNOS"
|
bool "Samsung EXYNOS"
|
||||||
|
|
||||||
config TARGET_HIGHBANK
|
config ARCH_HIGHBANK
|
||||||
bool "Support highbank"
|
bool "Calxeda Highbank"
|
||||||
|
|
||||||
config ARCH_KEYSTONE
|
config ARCH_KEYSTONE
|
||||||
bool "TI Keystone"
|
bool "TI Keystone"
|
||||||
|
@ -512,6 +512,8 @@ source "arch/arm/cpu/arm926ejs/davinci/Kconfig"
|
||||||
|
|
||||||
source "arch/arm/cpu/armv7/exynos/Kconfig"
|
source "arch/arm/cpu/armv7/exynos/Kconfig"
|
||||||
|
|
||||||
|
source "arch/arm/cpu/armv7/highbank/Kconfig"
|
||||||
|
|
||||||
source "arch/arm/cpu/armv7/keystone/Kconfig"
|
source "arch/arm/cpu/armv7/keystone/Kconfig"
|
||||||
|
|
||||||
source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig"
|
source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig"
|
||||||
|
@ -609,7 +611,6 @@ source "board/genesi/mx51_efikamx/Kconfig"
|
||||||
source "board/gumstix/pepper/Kconfig"
|
source "board/gumstix/pepper/Kconfig"
|
||||||
source "board/h2200/Kconfig"
|
source "board/h2200/Kconfig"
|
||||||
source "board/hale/tt01/Kconfig"
|
source "board/hale/tt01/Kconfig"
|
||||||
source "board/highbank/Kconfig"
|
|
||||||
source "board/icpdas/lp8x4x/Kconfig"
|
source "board/icpdas/lp8x4x/Kconfig"
|
||||||
source "board/imx31_phycore/Kconfig"
|
source "board/imx31_phycore/Kconfig"
|
||||||
source "board/isee/igep0033/Kconfig"
|
source "board/isee/igep0033/Kconfig"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
if TARGET_HIGHBANK
|
if ARCH_HIGHBANK
|
||||||
|
|
||||||
config SYS_CPU
|
config SYS_CPU
|
||||||
string
|
string
|
|
@ -1,2 +1,2 @@
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_TARGET_HIGHBANK=y
|
CONFIG_ARCH_HIGHBANK=y
|
||||||
|
|
Loading…
Reference in New Issue