]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: don't select non-existent CONFIG_DM_PCI
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 25 Feb 2026 05:43:37 +0000 (06:43 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 10 Mar 2026 18:35:02 +0000 (12:35 -0600)
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@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig

index 5508fce796afe4122d78f041e710d4d08c833574..0012808663b3f441f5b2742463b0ad5515ea4950 100644 (file)
@@ -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