Skip to content
Snippets Groups Projects
Commit 3fbbaf13 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures


Commit 775f7657 ("Kconfig: clean up the efi configuration status")
by mistake revoked commit dcd1b63b ("efi_loader: allow
EFI_LOADER_BOUNCE_BUFFER on all architectures").

Fixes: 775f7657 ("Kconfig: clean up the efi configuration status")
Signed-off-by: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tested-by: default avatarLoic Devulder <ldevulder@suse.com>
parent 5753b9eb
No related branches found
No related tags found
No related merge requests found
......@@ -481,7 +481,6 @@ endmenu
menu "Misc options"
config EFI_LOADER_BOUNCE_BUFFER
bool "EFI Applications use bounce buffers for DMA operations"
depends on ARM64
help
Some hardware does not support DMA to full 64bit addresses. For this
hardware we can create a bounce buffer so that payloads don't have to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment