From 218f425b6165953c8adace91ac368a2db010357b Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 21 Feb 2023 23:13:27 +0100 Subject: kernel: Add CONFIG_PPC_QUEUED_SPINLOCKS configuration option The CONFIG_PPC_QUEUED_SPINLOCKS configuration option is not defined for kernel 5.15, it is defined for kernel 5.10. This fixes the compilation of mpc85xx/p2020 with kernel 5.15. Reviewed-by: Robert Marko Signed-off-by: Hauke Mehrtens --- target/linux/generic/config-5.15 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/generic/config-5.15') diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index bd27f74d73..8334117975 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -4779,6 +4779,7 @@ CONFIG_PPC_4K_PAGES=y # CONFIG_PPC_DISABLE_WERROR is not set # CONFIG_PPC_EMULATED_STATS is not set # CONFIG_PPC_EPAPR_HV_BYTECHAN is not set +# CONFIG_PPC_QUEUED_SPINLOCKS is not set # CONFIG_PPP is not set # CONFIG_PPPOATM is not set # CONFIG_PPPOE is not set -- cgit v1.2.3