]> git.ipfire.org Git - thirdparty/u-boot.git/commit
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)
commitafea129b3da6433d7bc40b8fb943cdfa5ebc31e8
tree212d5dccab9358c8870888e5f2d31405bce5cb7e
parent3d252b7beb1328cd6de012d2fa92afabe87806b5
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 <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig