qemu-armv7 CPU: Move Kconfig code into CPU directory
Signed-off-by: Stefan Reinauer <reinauer@google.com> BUG=none TEST=none BRANCH=none 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>
This commit is contained in:
parent
1139ba7c6c
commit
aefbafb683
2 changed files with 10 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue