commit | 526d1b5ad5a5db3ab79ce894c37d3451841e2f00 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Wed Dec 06 16:15:16 2023 +1030 |
committer | Joel Stanley <joel@jms.id.au> | Thu Dec 07 00:37:56 2023 +0000 |
tree | aadec70d58b1876755a6743b32b61f499c0269b3 | |
parent | e24b23e72008cc0c6c0be6f61ea6da723ae67454 [diff] [blame] |
linux-aspeed: Prepare for CONFIG_EMBEDDED going away The aspeed configs have EMBEDDED=y, which selects EXPERT. We have a bunch of options in the config that depend on EXPERT, such as CONFIG_GPIO_SYSFS. In v6.6, EMBEDDED is replaced with EXPERT in upstream configs. This is because the only thing in the kernel that is gated by EMBEDDED is ARM_PATCH_PHYS_VIRT, which openbmc does not use. https://git.kernel.org/torvalds/c/ef815d2cba782e96b9 As they mean the same thing we can make the change to the aspeed kernel configs now. Fixes: https://github.com/openbmc/openbmc/issues/3975 Change-Id: Ia2988fd849d26b9540ffb6b064251b8b60e9dca9 Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig b/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig index 9504233..4712bae 100644 --- a/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig +++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig
@@ -20,7 +20,7 @@ # CONFIG_UID16 is not set # CONFIG_SYSFS_SYSCALL is not set # CONFIG_AIO is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_PERF_EVENTS=y # CONFIG_COMPAT_BRK is not set CONFIG_SLAB_FREELIST_RANDOM=y