From: Oleksandr Suvorov Date: Thu, 25 Aug 2022 17:03:51 +0000 (+0300) Subject: spl: ahci: Fix dependency for SPL_AHCI_PCI X-Git-Tag: v2025.01-rc5-pxa1908~1299^2~8 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=6eea9408ac1e2607c231f3049953261b327d7b14;p=u-boot.git 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 Acked-by: Pali Rohár --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 7715c40365..cd6060d511 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -48,7 +48,7 @@ config SPL_AHCI_PCI bool "Support for PCI-based AHCI controller for SPL" depends on SPL depends on SPL_PCI - depends on SPL_SATA_SUPPORT && DM_SCSI + depends on SPL_SATA && DM_SCSI config DWC_AHCI bool "Enable Synopsys DWC AHCI driver support"