From 5f17dea3cddbaf74687cd600b5768e957e828380 Mon Sep 17 00:00:00 2001 From: ali alaei Date: Sun, 5 Oct 2025 17:42:52 +0200 Subject: [PATCH] Add MHI bus PCI generic and endpoint support to kernel configuration --- config/kernel/linux-xpressreal-t3-6.6.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/kernel/linux-xpressreal-t3-6.6.config b/config/kernel/linux-xpressreal-t3-6.6.config index 8b2756abb3..caa784047e 100644 --- a/config/kernel/linux-xpressreal-t3-6.6.config +++ b/config/kernel/linux-xpressreal-t3-6.6.config @@ -215,6 +215,8 @@ CONFIG_PCI=y CONFIG_PCIE_RTD=y CONFIG_PCIE_RTD_TRANS=y CONFIG_DEVTMPFS=y +CONFIG_MHI_BUS_PCI_GENERIC=m +CONFIG_MHI_BUS_EP=m CONFIG_MTD=y CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_BLOCK=y