Re: [PATCH 1/2] ata: fix requirements for CONFIG_AHCI_PCI

2023-04-07 Thread Tom Rini
On Sun, Mar 26, 2023 at 06:58:25PM +0200, Heinrich Schuchardt wrote: > 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: He

Re: [PATCH 1/2] ata: fix requirements for CONFIG_AHCI_PCI

2023-03-26 Thread Simon Glass
On Mon, 27 Mar 2023 at 05:58, Heinrich Schuchardt wrote: > > 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 Schuc

[PATCH 1/2] ata: fix requirements for CONFIG_AHCI_PCI

2023-03-26 Thread Heinrich Schuchardt
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 --- drivers/ata/Kconfig | 1 + 1 file changed, 1 insertion(+)