CONFIG_ACPI is needed for qemuarm and qemuarm64 kernels to boot edk2. Since this is only needed for edk2, add this to the efi config fragment.
Signed-off-by: Jon Mason <[email protected]> --- cfg/efi.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cfg/efi.cfg b/cfg/efi.cfg index d729cbe9fc78..482e622bce97 100644 --- a/cfg/efi.cfg +++ b/cfg/efi.cfg @@ -8,3 +8,6 @@ CONFIG_PCI=y CONFIG_EFI=y CONFIG_EFI_STUB=y CONFIG_EFIVAR_FS=y + +# While you can do EFI with device tree, the vast majority do ACPI +CONFIG_ACPI=y -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12185): https://lists.yoctoproject.org/g/linux-yocto/message/12185 Mute This Topic: https://lists.yoctoproject.org/mt/97296889/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
