diff options
| author | Heinrich Schuchardt <[email protected]> | 2026-02-25 06:43:37 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-10 12:35:02 -0600 |
| commit | afea129b3da6433d7bc40b8fb943cdfa5ebc31e8 (patch) | |
| tree | 212d5dccab9358c8870888e5f2d31405bce5cb7e | |
| parent | 3d252b7beb1328cd6de012d2fa92afabe87806b5 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
