[PATCH 1/1] arm: don't select non-existent CONFIG_DM_PCI

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Wed Feb 25 06:43:37 CET 2026


We removed configuration symbol CONFIG_DM_PCI with
commit 3232bdf0b30b ("pci: Drop DM_PCI").

Don't select it for TARGET_POMELO.

Fixes: b9d0f00a9d3f ("arm: add initial support for the Phytium Pomelo Board")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
 arch/arm/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5508fce796a..0012808663b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -2154,7 +2154,6 @@ config TARGET_POMELO
 	select SCSI_AHCI
 	select AHCI_PCI
 	select PCI
-	select DM_PCI
 	select SCSI
 	select DM_SERIAL
 	imply CMD_PCI
-- 
2.51.0



More information about the U-Boot mailing list