xref: /aosp_15_r20/external/coreboot/src/arch/arm/armv4/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config ARCH_BOOTBLOCK_ARMV4
4	bool
5	select ARCH_BOOTBLOCK_ARM
6
7config ARCH_VERSTAGE_ARMV4
8	bool
9	select ARCH_VERSTAGE_ARM
10
11config ARCH_ROMSTAGE_ARMV4
12	bool
13	select ARCH_ROMSTAGE_ARM
14
15config ARCH_RAMSTAGE_ARMV4
16	bool
17	select ARCH_RAMSTAGE_ARM
18