aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-01-24 11:54:21 +0000
committerMark Brown <broonie@kernel.org>2015-01-24 11:54:21 +0000
commit750d40d7dfd65c0b8babb67137843db8a9a99140 (patch)
treed7ce666a9d2613057c98e6d6eb548586c3220ef0 /arch/arm64/Kconfig
parent7ff2799332cbf531dc45ab22b9ae94d6d6958a8b (diff)
parent250e8659c56d94320b877f659be45b8de130fa31 (diff)
Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-rtlsk-v3.14-rt-15.01
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 372eb823e92f..a1842b4da228 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -405,6 +405,20 @@ config CMDLINE_FORCE
This is useful if you cannot or don't want to change the
command-line options your boot loader passes to the kernel.
+config EFI
+ bool "UEFI runtime support"
+ depends on OF && !CPU_BIG_ENDIAN
+ select LIBFDT
+ select UCS2_STRING
+ select EFI_PARAMS_FROM_FDT
+ default y
+ help
+ This option provides support for runtime services provided
+ by UEFI firmware (such as non-volatile variables, realtime
+ clock, and platform reset). A UEFI stub is also provided to
+ allow the kernel to be booted as an EFI application. This
+ is only useful on systems that have UEFI firmware.
+
endmenu
menu "Userspace binary formats"
@@ -454,6 +468,8 @@ source "net/Kconfig"
source "drivers/Kconfig"
+source "drivers/firmware/Kconfig"
+
source "fs/Kconfig"
source "arch/arm64/kvm/Kconfig"