From 9531692ee18553098b951d8bf5a2eaf46e4d76f5 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 19 Jun 2013 15:47:05 -0700 Subject: qemu-armv7 CPU: Move Kconfig code into CPU directory Signed-off-by: Stefan Reinauer Change-Id: Icae8042add5f4dd5c707369ffc4587c613d69d29 Reviewed-on: https://gerrit.chromium.org/gerrit/59324 Reviewed-by: Stefan Reinauer Tested-by: Stefan Reinauer Commit-Queue: David Hendricks Reviewed-on: http://review.coreboot.org/4315 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/cpu/armltd/Kconfig | 7 ------- src/cpu/armltd/cortex-a9/Kconfig | 10 ++++++++++ 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/cpu/armltd/Kconfig b/src/cpu/armltd/Kconfig index b1f4c2ee4e..af0c5c531c 100644 --- a/src/cpu/armltd/Kconfig +++ b/src/cpu/armltd/Kconfig @@ -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 diff --git a/src/cpu/armltd/cortex-a9/Kconfig b/src/cpu/armltd/cortex-a9/Kconfig index 7f35cfd653..04861a623c 100644 --- a/src/cpu/armltd/cortex-a9/Kconfig +++ b/src/cpu/armltd/cortex-a9/Kconfig @@ -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 -- cgit v1.2.3