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>
26 lines
354 B
Text
26 lines
354 B
Text
config ARCH_ARM
|
|
bool
|
|
|
|
config ARCH_BOOTBLOCK_ARM
|
|
bool
|
|
select ARCH_ARM
|
|
select C_ENVIRONMENT_BOOTBLOCK
|
|
|
|
config ARCH_VERSTAGE_ARM
|
|
bool
|
|
select ARCH_ARM
|
|
|
|
config ARCH_ROMSTAGE_ARM
|
|
bool
|
|
select ARCH_ARM
|
|
|
|
config ARCH_RAMSTAGE_ARM
|
|
bool
|
|
select ARCH_ARM
|
|
|
|
source src/arch/arm/armv4/Kconfig
|
|
source src/arch/arm/armv7/Kconfig
|
|
|
|
config ARM_LPAE
|
|
bool
|
|
default n
|