mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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
3 changed files with 6 additions and 5 deletions
|
@ -334,8 +334,8 @@ config TARGET_BCM958622HR
|
|||
config ARCH_EXYNOS
|
||||
bool "Samsung EXYNOS"
|
||||
|
||||
config TARGET_HIGHBANK
|
||||
bool "Support highbank"
|
||||
config ARCH_HIGHBANK
|
||||
bool "Calxeda Highbank"
|
||||
|
||||
config ARCH_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/highbank/Kconfig"
|
||||
|
||||
source "arch/arm/cpu/armv7/keystone/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/h2200/Kconfig"
|
||||
source "board/hale/tt01/Kconfig"
|
||||
source "board/highbank/Kconfig"
|
||||
source "board/icpdas/lp8x4x/Kconfig"
|
||||
source "board/imx31_phycore/Kconfig"
|
||||
source "board/isee/igep0033/Kconfig"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
if TARGET_HIGHBANK
|
||||
if ARCH_HIGHBANK
|
||||
|
||||
config SYS_CPU
|
||||
string
|
|
@ -1,2 +1,2 @@
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_HIGHBANK=y
|
||||
CONFIG_ARCH_HIGHBANK=y
|
||||
|
|
Loading…
Reference in a new issue