blob: a070b9081664ca20f1d5ec870ba7ceaa7114ccac [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
Furquan Shaikh2af76f42014-04-28 16:39:40 -070023source src/arch/arm64/armv8/Kconfig