mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 06:38:15 +01:00
efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures
Commit 775f7657ba58 ("Kconfig: clean up the efi configuration status") by mistake revoked commit dcd1b63b7072 ("efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures"). Fixes: 775f7657ba58 ("Kconfig: clean up the efi configuration status") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Tested-by: Loic Devulder <ldevulder@suse.com>
This commit is contained in:
parent
5753b9eb48
commit
3fbbaf139c
@ -481,7 +481,6 @@ endmenu
|
|||||||
menu "Misc options"
|
menu "Misc options"
|
||||||
config EFI_LOADER_BOUNCE_BUFFER
|
config EFI_LOADER_BOUNCE_BUFFER
|
||||||
bool "EFI Applications use bounce buffers for DMA operations"
|
bool "EFI Applications use bounce buffers for DMA operations"
|
||||||
depends on ARM64
|
|
||||||
help
|
help
|
||||||
Some hardware does not support DMA to full 64bit addresses. For this
|
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
|
hardware we can create a bounce buffer so that payloads don't have to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user