From 36f890f6b08274e426306ab39f57e61ea975f456 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 16 Sep 2021 11:45:03 -0400 Subject: 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 --- drivers/ata/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/ata') diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 96c7c30375..5639536811 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -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. -- cgit v1.2.3