ata: ahci-pci: Fix dependency on DM_PCI
authorPali Rohár <pali@kernel.org>
Sun, 15 Aug 2021 14:27:36 +0000 (16:27 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 1 Sep 2021 23:25:37 +0000 (19:25 -0400)
commit20aa320a4f546b90432cdaa88e7c3cc3d970b3d7
tree87a12279b5346cf988c7def3ad5fb0d88791049a
parent223c44904d86a14d6c17e73696186c402e9ba958
ata: ahci-pci: Fix dependency on DM_PCI

File drivers/ata/ahci-pci.c calls function ahci_probe_scsi_pci() which is
compiled only when DM_PCI is enabled. So add missing dependency into
Kconfig.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/ata/Kconfig