• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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