]> git.dujemihanovic.xyz Git - u-boot.git/commit
ata: fix requirements for CONFIG_AHCI_PCI
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 26 Mar 2023 16:58:25 +0000 (18:58 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 6 Apr 2023 23:10:08 +0000 (19:10 -0400)
commit480c1d6725b2444f14b36bff1416514c6f09ea8f
tree9b199b1cf8f95f43d1de676f9f385523554c98f7
parent1172e258bf4666ca3b0ccdf31f028772b9a70673
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>
drivers/ata/Kconfig