SoC on-chip interconnect (NoC) framework and providers
Manages the on-chip "network on chip" fabric that links CPUs, GPUs, memory controllers, and peripherals inside modern systems-on-chip, scaling bandwidth and quality-of-service between blocks. It hosts provider drivers for Qualcomm Snapdragon, MediaTek Dimensity, NXP i.MX, and Samsung Exynos chips used in current phones, Windows-on-Arm laptops, and industrial boards.
recommendation
It should stay because this is core plumbing for actively shipping hardware: Qualcomm Snapdragon X Elite laptops (launched 2024), MediaTek Dimensity 9400 phones, and NXP i.MX 8M Plus industrial boards all rely on it. Upstream activity continues into late 2025 with new SoC support like MT8196, fresh KUnit tests, and ongoing bug fixes, with no replacement framework on the horizon.
repository signals
sources
- qualcomm.com
Qualcomm Snapdragon X Elite (X1E-80-100 family covered by this directory) was launched for new PCs, indicating current-market deployment rather than legacy-only status.
- qualcomm.com
Qualcomm states Snapdragon X Elite/X Plus systems from major OEMs were available starting June 18, 2024, confirming broad commercial deployment of hardware supported by drivers/interconnect/qcom.
- mediatek.com
MediaTek markets the Dimensity 9400 as a current flagship smartphone SoC, matching the directory's actively updated MediaTek interconnect support for recent MT81xx-class parts.
- nxp.com
NXP lists the i.MX 8M Plus as Active and positions it for industrial/edge deployments, matching the i.MX8M interconnect drivers in this directory.
- cateee.net
LKDDb shows CONFIG_INTERCONNECT_QCOM present through current kernel series and tied to drivers/interconnect/qcom, indicating ongoing upstream support rather than retirement.
- cateee.net
LKDDb shows CONFIG_INTERCONNECT_MTK in current kernels for drivers/interconnect/mediatek, including recent MT8183/MT8195 support.
codex reasoning notes (technical)
Local shell inspection of drivers/interconnect/Kconfig, Makefile, and file list shows this is a live SoC interconnect subsystem with real provider drivers under qcom/, mediatek/, imx/, and samsung/, not a helper-only directory. Local git log (shell, using safe.directory override) shows substantive activity through 2025-11-24 and 2026-03-14, including new MT8196 support, KUnit additions, and bug fixes; that strongly argues against deprecation. I also searched lore.kernel.org via web search for removal/deprecation threads and found no hits, so there is no evidence of an active upstream removal effort from the tools available here. Source URLs above were obtained by web search; the LKDDb pages confirm current kernel presence, while Qualcomm/MediaTek/NXP product pages show the supported hardware class is still in new PC, phone, and industrial deployments. Because this directory services current SoC families and is still receiving upstream fixes/features, the correct disposition is keep, with no natural replacement driver.