[openwrt/openwrt] mpc85xx: p2020: add missing symbols
LEDE Commits
lede-commits at lists.infradead.org
Tue Nov 19 10:52:52 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/22664498ebdd47aad9b15f62edbcaadd851fd62c
commit 22664498ebdd47aad9b15f62edbcaadd851fd62c
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Thu Oct 17 16:14:07 2024 -0700
mpc85xx: p2020: add missing symbols
Since kernel_oldconfig doesn't work properly with it, I ran that first
and then moved all the config symbols to config-6.6 and found the
differences.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16847
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/mpc85xx/p2020/config-default | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/target/linux/mpc85xx/p2020/config-default b/target/linux/mpc85xx/p2020/config-default
index ff8c8cb939..bfdb48959a 100644
--- a/target/linux/mpc85xx/p2020/config-default
+++ b/target/linux/mpc85xx/p2020/config-default
@@ -1,16 +1,16 @@
CONFIG_BLK_DEV_NVME=y
+CONFIG_CONTEXT_TRACKING=y
+CONFIG_CONTEXT_TRACKING_IDLE=y
CONFIG_CPU_RMAP=y
CONFIG_DEFAULT_UIMAGE=y
CONFIG_FSL_ULI1575=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_GENERIC_MSI_IRQ=y
-CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
CONFIG_GENERIC_TBSYNC=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_MAX63XX_WATCHDOG=y
-CONFIG_MDIO_DEVRES=y
CONFIG_MPC85xx_RDB=y
CONFIG_MTD_CFI=y
CONFIG_MTD_NAND_FSL_ELBC=y
@@ -36,6 +36,7 @@ CONFIG_RPS=y
CONFIG_RTC_DRV_DS1307=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_SMP=y
+CONFIG_SOCK_RX_QUEUE_MAPPING=y
CONFIG_SWIOTLB=y
CONFIG_TARGET_CPU="8540"
CONFIG_TARGET_CPU_BOOL=y
More information about the lede-commits
mailing list