mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-24 11:43:35 +08:00
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>
This commit is contained in:
parent
1172e258bf
commit
480c1d6725
@ -37,6 +37,7 @@ config AHCI_PCI
|
||||
bool "Support for PCI-based AHCI controller"
|
||||
depends on PCI
|
||||
depends on DM_SCSI
|
||||
depends on SCSI_AHCI
|
||||
help
|
||||
Enables support for the PCI-based AHCI controller.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user