blob: 2465bb1f667cbd6ea2e325cffcf6db739fa94f71 [file] [log] [blame]
Furquan Shaikh2af76f42014-04-28 16:39:40 -07001config ARCH_BOOTBLOCK_ARM64
2 bool
3 default n
4 select ARCH_ARM64
5
Stefan Reinauer77b16552015-01-14 19:51:47 +01006config ARCH_VERSTAGE_ARM64
7 bool
8 default n
9
Furquan Shaikh2af76f42014-04-28 16:39:40 -070010config ARCH_ROMSTAGE_ARM64
11 bool
12 default n
13
14config ARCH_RAMSTAGE_ARM64
15 bool
16 default n
17
Furquan Shaikhabde3b52014-08-26 15:39:51 -070018config ARCH_USE_SECURE_MONITOR
19 bool
20 default n
21 select RELOCATABLE_MODULES
22
Aaron Durbin5add4352014-09-17 11:43:20 -050023config ARCH_SPINTABLE
24 bool
25 default n
26 depends on ARCH_RAMSTAGE_ARM64
27
Furquan Shaikh2af76f42014-04-28 16:39:40 -070028source src/arch/arm64/armv8/Kconfig