pci: Fix mismerge with v2021.10-rc4

With legacy PCI code removed and thus DM_PCI also removed, a few places
did not get correctly updated with the merge to next and thus broke.
Remove now extraneous dependencies on DM_PCI.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2021-09-16 11:45:03 -04:00
parent 6674edaabf
commit 36f890f6b0
2 changed files with 1 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ menu "SATA/SCSI device support"
config AHCI_PCI
bool "Support for PCI-based AHCI controller"
depends on DM_PCI
depends on PCI
depends on DM_SCSI
help
Enables support for the PCI-based AHCI controller.