diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-02-21 23:13:27 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-02-23 22:22:27 +0100 |
commit | 218f425b6165953c8adace91ac368a2db010357b (patch) | |
tree | 3d0180567aa7595c05f682a981ec6a917f4bf8a4 /target/linux/mpc85xx | |
parent | 524704e677f7bf5758d41180c05ff32c20c6a48c (diff) | |
download | upstream-218f425b6165953c8adace91ac368a2db010357b.tar.gz upstream-218f425b6165953c8adace91ac368a2db010357b.tar.bz2 upstream-218f425b6165953c8adace91ac368a2db010357b.zip |
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 <robimarko@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/p1020/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/p1020/config-default b/target/linux/mpc85xx/p1020/config-default index 65b40e1d7d..573ff362f9 100644 --- a/target/linux/mpc85xx/p1020/config-default +++ b/target/linux/mpc85xx/p1020/config-default @@ -34,7 +34,6 @@ CONFIG_MUTEX_SPIN_ON_OWNER=y CONFIG_NET_FLOW_LIMIT=y CONFIG_NR_CPUS=2 CONFIG_PADATA=y -# CONFIG_PPC_QUEUED_SPINLOCKS is not set CONFIG_REGMAP_IRQ=y CONFIG_REGULATOR=y CONFIG_RFS_ACCEL=y |