commit | 4b5b1c59eddad0c4dfe2c01b078935f338c80b03 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun Aug 15 16:27:36 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 01 19:25:37 2021 -0400 |
tree | 87a12279b5346cf988c7def3ad5fb0d88791049a | |
parent | 853416149fbdce47ca393856439a7f3cb9046bec [diff] |
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>