linux-yocto/5.19: cfg: fix ACPI warnings for -tiny

Integrating the following commit(s) to linux-yocto/.:

    acpi: fix defaults for x86 and qemuarm64

    commit d334505d98a85ffe7549026d10e43cccd897e19c [efi.cfg: Drop ACPI dependency]
    is generating configuration warnings on both qemuarm64 and x86 for the
    poky-tiny configuration.

    x864:
      - because we configure tiny with allnoconfig, and then apply our
        fragments, the default of ACPI=y for x86 doesn't hold. We need
        to exlicitly enable it. We put it in the x86 fragment, to avoid
        bringing warnings back for arm32

    ARM:
      - We can't assign to ARCH_SUPPORTS_ACPI, as that is a select only
        value. The only selector for that config in arch/arm is CONFIG_EFI.
        The default of CONFIG_ACPI was added to support EFI if required,
        but since CONFIG_EFI takes care of the selection, we don't need it
        in our BSP configuration.

(From OE-Core rev: 636c7a68ad23dc64d3778e3718c3410691380ee9)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-09-20 18:15:35 -04:00
committed by Richard Purdie
parent f4951a44c6
commit 99b35ab818
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "44a446e91acea4f2f0d35896763224c3b52a3ed5"
SRCREV_meta ?= "829511f25a4a868d33019ace607dc7f0a14d3105"
SRCREV_meta ?= "350b544d077955b599b54ab364f6227d96a90455"
PV = "${LINUX_VERSION}+git${SRCPV}"