From afea129b3da6433d7bc40b8fb943cdfa5ebc31e8 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 25 Feb 2026 06:43:37 +0100 Subject: arm: don't select non-existent CONFIG_DM_PCI 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 Reviewed-by: Tom Rini --- 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 -- cgit v1.2.3