]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
linux-yocto/6.12: cfg: fix iommu configuration for -tiny kernel
authorBruce Ashfield <bruce.ashfield@gmail.com>
Mon, 21 Apr 2025 02:45:32 +0000 (22:45 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Apr 2025 14:52:23 +0000 (15:52 +0100)
commitfdef4e2efa1b7d91e43b1758af667b3bb376fd23
treeee10200acc8147f3c2675fef63d5e89fd4143f5c
parent7cbdfc1091879ba20ba0c33938eb9814f2be8d0c
linux-yocto/6.12: cfg: fix iommu configuration for -tiny kernel

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

1/1 [
    Author: Bruce Ashfield
    Email: bruce.ashfield@gmail.com
    Subject: iommu: add config dependencies
    Date: Sun, 20 Apr 2025 22:28:21 -0400

    commit [cfg/intel.scc: Include iommu.scc for Arrowlake boot support]
    moves the iommu configuration to a location that is included by more
    BSPs and kernel types.

    One of those kernel types is the -tiny kernel, which uses a allnoconfig
    base. Due to the allnoconfig, there are missing dependencies to allow
    the desired options to be enabled in the final .config

    Those missing options throw configuration audit warnings

    By adding the required dependencies to the fragment, it is now
    standalone and can be included from anywhere without configuration
    audit warnings being triggered.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb
meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb
meta/recipes-kernel/linux/linux-yocto_6.12.bb