blob: 47e7b674566b6a147ee809d64fbde2d6afd34960 [file] [log] [blame]
Stefan Reinauera48ca842015-04-04 01:58:28 +02001config ARCH_ARM64
2 bool
3 default n
4
Furquan Shaikh2af76f42014-04-28 16:39:40 -07005config ARCH_BOOTBLOCK_ARM64
6 bool
7 default n
8 select ARCH_ARM64
9
Stefan Reinauer77b16552015-01-14 19:51:47 +010010config ARCH_VERSTAGE_ARM64
11 bool
12 default n
13
Furquan Shaikh2af76f42014-04-28 16:39:40 -070014config ARCH_ROMSTAGE_ARM64
15 bool
16 default n
17
18config ARCH_RAMSTAGE_ARM64
19 bool
20 default n
21
Furquan Shaikhabde3b52014-08-26 15:39:51 -070022config ARCH_USE_SECURE_MONITOR
23 bool
24 default n
25 select RELOCATABLE_MODULES
26
Aaron Durbin5add4352014-09-17 11:43:20 -050027config ARCH_SPINTABLE
28 bool
29 default n
30 depends on ARCH_RAMSTAGE_ARM64
31
Furquan Shaikh2af76f42014-04-28 16:39:40 -070032source src/arch/arm64/armv8/Kconfig
Julius Wernerc3e7c4e2014-09-19 13:18:16 -070033
34# If a custom bootblock is necessary, this option should be "select"-ed by
35# the thing that needs it, probably the CPU.
36config ARM64_BOOTBLOCK_CUSTOM
37 bool
38 default n