mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
spl: ahci: Fix dependency for SPL_AHCI_PCI
The option SPL_SATA_SUPPORT is renamed to SPL_SATA. Fix the option name. Fixes: 73059529b20 ("ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCI") Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io> Acked-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
parent
da223d812b
commit
6eea9408ac
@ -48,7 +48,7 @@ config SPL_AHCI_PCI
|
|||||||
bool "Support for PCI-based AHCI controller for SPL"
|
bool "Support for PCI-based AHCI controller for SPL"
|
||||||
depends on SPL
|
depends on SPL
|
||||||
depends on SPL_PCI
|
depends on SPL_PCI
|
||||||
depends on SPL_SATA_SUPPORT && DM_SCSI
|
depends on SPL_SATA && DM_SCSI
|
||||||
|
|
||||||
config DWC_AHCI
|
config DWC_AHCI
|
||||||
bool "Enable Synopsys DWC AHCI driver support"
|
bool "Enable Synopsys DWC AHCI driver support"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user