blob: 3a682a8e0d25030545ca0fc1f1436a92c5b6712a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
## SPDX-License-Identifier: GPL-2.0-only
config ARCH_BOOTBLOCK_ARMV4
bool
select ARCH_BOOTBLOCK_ARM
config ARCH_VERSTAGE_ARMV4
bool
select ARCH_VERSTAGE_ARM
config ARCH_ROMSTAGE_ARMV4
bool
select ARCH_ROMSTAGE_ARM
config ARCH_RAMSTAGE_ARMV4
bool
select ARCH_RAMSTAGE_ARM
|