From: Heinrich Schuchardt Date: Wed, 25 Feb 2026 05:43:37 +0000 (+0100) Subject: arm: don't select non-existent CONFIG_DM_PCI X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afea129b3da6433d7bc40b8fb943cdfa5ebc31e8;p=thirdparty%2Fu-boot.git 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 --- 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