qemu-armv7 CPU: Move Kconfig code into CPU directory

Signed-off-by: Stefan Reinauer <reinauer@google.com>

Change-Id: Icae8042add5f4dd5c707369ffc4587c613d69d29
Reviewed-on: https://gerrit.chromium.org/gerrit/59324
Reviewed-by: Stefan Reinauer <reinauer@chromium.org>
Tested-by: Stefan Reinauer <reinauer@chromium.org>
Commit-Queue: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/4315
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Stefan Reinauer 2013-06-19 15:47:05 -07:00 committed by Stefan Reinauer
parent a9c8361c02
commit 9531692ee1
2 changed files with 10 additions and 7 deletions

View File

@ -1,8 +1 @@
config CPU_ARMLTD_CORTEX_A9
depends on ARCH_ARMV7
bool
default n
if CPU_ARMLTD_CORTEX_A9
source src/cpu/armltd/cortex-a9/Kconfig
endif

View File

@ -1,5 +1,15 @@
config CPU_ARMLTD_CORTEX_A9
depends on ARCH_ARMV7
bool
select EARLY_CONSOLE
default n
if CPU_ARMLTD_CORTEX_A9
config BOOTBLOCK_CPU_INIT
string
default "cpu/armltd/cortex-a9/bootblock.c"
help
CPU/SoC-specific bootblock code.
endif