commit | a618d7a2be849b459352f843748746bc0d5a8a2f | [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 | cffcee9818959b3b7555db631fbf75cfa53a971c [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>