From af2c8ae1745f2231f04f94b65d4c41bee6b393c7 Mon Sep 17 00:00:00 2001 From: GuEe-GUI <2991707448@qq.com> Date: Wed, 20 Aug 2025 16:39:15 +0800 Subject: [PATCH] [DM/PCI] Add SoC PCI Kconfig import Signed-off-by: GuEe-GUI <2991707448@qq.com> --- components/drivers/pci/host/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/drivers/pci/host/Kconfig b/components/drivers/pci/host/Kconfig index 221c997ebc..0b7cd2662a 100644 --- a/components/drivers/pci/host/Kconfig +++ b/components/drivers/pci/host/Kconfig @@ -10,3 +10,5 @@ config RT_PCI_HOST_GENERIC default y rsource "dw/Kconfig" + +osource "$(SOC_DM_PCI_DIR)/Kconfig"