1## SPDX-License-Identifier: GPL-2.0-only 2 3config ARCH_BOOTBLOCK_ARMV7 4 bool 5 select ARCH_BOOTBLOCK_ARM 6 7config ARCH_VERSTAGE_ARMV7 8 bool 9 select ARCH_VERSTAGE_ARM 10 11config ARCH_ROMSTAGE_ARMV7 12 bool 13 select ARCH_ROMSTAGE_ARM 14 15config ARCH_RAMSTAGE_ARMV7 16 bool 17 select ARCH_RAMSTAGE_ARM 18 19config ARCH_BOOTBLOCK_ARMV7_M 20 bool 21 select ARCH_BOOTBLOCK_ARM 22 23config ARCH_VERSTAGE_ARMV7_M 24 bool 25 select ARCH_VERSTAGE_ARM 26 27config ARCH_BOOTBLOCK_ARMV7_R 28 bool 29 select ARCH_BOOTBLOCK_ARM 30 31config ARCH_VERSTAGE_ARMV7_R 32 bool 33 select ARCH_VERSTAGE_ARM 34 35config ARCH_ROMSTAGE_ARMV7_R 36 bool 37 select ARCH_ROMSTAGE_ARM 38 39config ARCH_RAMSTAGE_ARMV7_R 40 bool 41 select ARCH_RAMSTAGE_ARM 42