aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 2cc14cef01bd..3a0a4ce4c751 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -292,6 +292,9 @@ config CMDLINE_FORCE
292 This is useful if you cannot or don't want to change the 292 This is useful if you cannot or don't want to change the
293 command-line options your boot loader passes to the kernel. 293 command-line options your boot loader passes to the kernel.
294 294
295config EFI_STUB
296 bool
297
295config EFI 298config EFI
296 bool "UEFI runtime support" 299 bool "UEFI runtime support"
297 depends on OF && !CPU_BIG_ENDIAN 300 depends on OF && !CPU_BIG_ENDIAN
@@ -299,6 +302,8 @@ config EFI
299 select UCS2_STRING 302 select UCS2_STRING
300 select EFI_PARAMS_FROM_FDT 303 select EFI_PARAMS_FROM_FDT
301 select EFI_RUNTIME_WRAPPERS 304 select EFI_RUNTIME_WRAPPERS
305 select EFI_STUB
306 select EFI_ARMSTUB
302 default y 307 default y
303 help 308 help
304 This option provides support for runtime services provided 309 This option provides support for runtime services provided