[PATCH] spl: ahci: Fix dependency for SPL_AHCI_PCI
Pali Rohár
pali at kernel.org
Thu Aug 25 21:02:54 CEST 2022
On Thursday 25 August 2022 20:03:51 Oleksandr Suvorov wrote:
> 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 at foundries.io>
Acked-by: Pali Rohár <pali at kernel.org>
> ---
>
> drivers/ata/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
> index 7715c403656..cd6060d5110 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"
> --
> 2.37.2
>
More information about the U-Boot
mailing list