aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/Kconfig
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2014-06-26 12:09:05 +0200
committerMatt Fleming <matt.fleming@intel.com>2014-07-07 20:12:53 +0100
commit022ee6c558fc933679e151f00f84332974147fa2 (patch)
tree1c9023d5cceddf7dd6c75508e4405f6bb316e93f /drivers/firmware/efi/Kconfig
parentefi/arm64: efistub: remove local copy of linux_banner (diff)
downloadlinux-dev-022ee6c558fc933679e151f00f84332974147fa2.tar.xz
linux-dev-022ee6c558fc933679e151f00f84332974147fa2.zip
efi/x86: Move UEFI Runtime Services wrappers to generic code
In order for other archs (such as arm64) to be able to reuse the virtual mode function call wrappers, move them to drivers/firmware/efi/runtime-wrappers.c. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'drivers/firmware/efi/Kconfig')
-rw-r--r--drivers/firmware/efi/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/firmware/efi/Kconfig b/drivers/firmware/efi/Kconfig
index d420ae2d3413..588dc47e7075 100644
--- a/drivers/firmware/efi/Kconfig
+++ b/drivers/firmware/efi/Kconfig
@@ -54,6 +54,9 @@ config EFI_PARAMS_FROM_FDT
the EFI runtime support gets system table address, memory
map address, and other parameters from the device tree.
+config EFI_RUNTIME_WRAPPERS
+ bool
+
endmenu
config UEFI_CPER