diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2014-06-26 06:09:05 -0400 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2014-07-07 15:12:53 -0400 |
commit | 022ee6c558fc933679e151f00f84332974147fa2 (patch) | |
tree | 1c9023d5cceddf7dd6c75508e4405f6bb316e93f /drivers/firmware/efi/Kconfig | |
parent | f49182ec8c685f4e89a50ba85ffe43b7f1e7b3e1 (diff) |
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/Kconfig | 3 |
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 | |||
54 | the EFI runtime support gets system table address, memory | 54 | the EFI runtime support gets system table address, memory |
55 | map address, and other parameters from the device tree. | 55 | map address, and other parameters from the device tree. |
56 | 56 | ||
57 | config EFI_RUNTIME_WRAPPERS | ||
58 | bool | ||
59 | |||
57 | endmenu | 60 | endmenu |
58 | 61 | ||
59 | config UEFI_CPER | 62 | config UEFI_CPER |