diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2014-06-26 12:09:05 +0200 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2014-07-07 20:12:53 +0100 |
commit | 022ee6c558fc933679e151f00f84332974147fa2 (patch) | |
tree | 1c9023d5cceddf7dd6c75508e4405f6bb316e93f /arch/x86/Kconfig | |
parent | f49182ec8c685f4e89a50ba85ffe43b7f1e7b3e1 (diff) | |
download | op-kernel-dev-022ee6c558fc933679e151f00f84332974147fa2.zip op-kernel-dev-022ee6c558fc933679e151f00f84332974147fa2.tar.gz |
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 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index fcefdda..801ed36 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1522,6 +1522,7 @@ config EFI bool "EFI runtime service support" depends on ACPI select UCS2_STRING + select EFI_RUNTIME_WRAPPERS ---help--- This enables the kernel to use EFI runtime services that are available (such as the EFI variable services). |