]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ata: Fix an instance of SPL_SATA_SUPPORT
authorSimon Glass <sjg@chromium.org>
Fri, 12 Aug 2022 01:34:42 +0000 (19:34 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Sep 2022 15:05:00 +0000 (11:05 -0400)
The _SUPPORT suffix should be dropped. This happened because the rename
was applied around the same time as this new option, so did not include
renaming the new option.

The relevant commits are:

   f7560376ae sata: Rename SATA_SUPPORT to SATA
   73059529b2 ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCI

Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/ata/Kconfig

index 7d2315bd4a2f0f90d6e5e439acd141c3b06009d8..70e6bd321a6083be74e4e1fdba2098c6132bb64f 100644 (file)
@@ -47,7 +47,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"