]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 21 Nov 2024 14:25:21 +0000 (15:25 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Nov 2024 22:36:54 +0000 (23:36 +0100)
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>
lib/efi_loader/Kconfig

index 58d49789f12c09e549ede660798e688d17a5565d..d93f28b84224be9dd6979698c6cc3db829226e29 100644 (file)
@@ -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