aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/armv4
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-02-10 16:33:39 +0100
committerJulius Werner <jwerner@chromium.org>2019-08-29 20:47:18 +0000
commitbd0a93fa28918b461eb178a5a25a27483d15d823 (patch)
tree23e5ba3e3079874b15f9d3954fbbf30ce92db7cc /src/arch/arm/armv4
parenta1af2757b5c4f40a859b3b38262cb6d21a2b0926 (diff)
arch/arm: Make ARM stages select ARCH_ARM
This removes the need to select ARCH_ARM in SOC Kconfig Also don't define the default as this result in spurious lines in the .config. Change-Id: I1ed4a71599641db606510e5304b9f0acf9b7eb88 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31313 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/arm/armv4')
-rw-r--r--src/arch/arm/armv4/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/arm/armv4/Kconfig b/src/arch/arm/armv4/Kconfig
index aa5fab9bcd..0b501657a4 100644
--- a/src/arch/arm/armv4/Kconfig
+++ b/src/arch/arm/armv4/Kconfig
@@ -1,15 +1,15 @@
config ARCH_BOOTBLOCK_ARMV4
- def_bool n
+ bool
select ARCH_BOOTBLOCK_ARM
config ARCH_VERSTAGE_ARMV4
- def_bool n
+ bool
select ARCH_VERSTAGE_ARM
config ARCH_ROMSTAGE_ARMV4
- def_bool n
+ bool
select ARCH_ROMSTAGE_ARM
config ARCH_RAMSTAGE_ARMV4
- def_bool n
+ bool
select ARCH_RAMSTAGE_ARM