commit | 480c1d6725b2444f14b36bff1416514c6f09ea8f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Mar 26 18:58:25 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 06 19:10:08 2023 -0400 |
tree | 9b199b1cf8f95f43d1de676f9f385523554c98f7 | |
parent | 1172e258bf4666ca3b0ccdf31f028772b9a70673 [diff] |
ata: fix requirements for CONFIG_AHCI_PCI Building with CONFIG_AHCI_PCI=y and CONFIG_SCSI_AHCI=n leads to drivers/ata/ahci-pci.o: in function `ahci_pci_probe': drivers/ata/ahci-pci.c:21: undefined reference to `ahci_probe_scsi_pci' Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>