blob: 16830bc1557f713bc6ff5bc5932237b074350617 [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
Julius Wernerc3e7c4e2014-09-19 13:18:16 -070029
30# If a custom bootblock is necessary, this option should be "select"-ed by
31# the thing that needs it, probably the CPU.
32config ARM64_BOOTBLOCK_CUSTOM
33 bool
34 default n