[openwrt/openwrt] mpc85xx: p2020: add missing symbols

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 28 10:58:09 PST 2024


ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/77de80d9dbe3e6bf68ed5df328ca23ccf3a7f723

commit 77de80d9dbe3e6bf68ed5df328ca23ccf3a7f723
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>
    (cherry picked from commit 22664498ebdd47aad9b15f62edbcaadd851fd62c)
    Link: https://github.com/openwrt/openwrt/pull/17097
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 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