u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali@kernel.org>
To: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Cc: u-boot@lists.denx.de, Simon Glass <sjg@chromium.org>,
	Stefan Roese <sr@denx.de>
Subject: Re: [PATCH] spl: ahci: Fix dependency for SPL_AHCI_PCI
Date: Thu, 25 Aug 2022 21:02:54 +0200	[thread overview]
Message-ID: <20220825190254.6lduketyriiaifrm@pali> (raw)
In-Reply-To: <20220825170351.1037170-1-oleksandr.suvorov@foundries.io>

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@foundries.io>

Acked-by: Pali Rohár <pali@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
> 

  reply	other threads:[~2022-08-25 19:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-25 17:03 [PATCH] spl: ahci: Fix dependency for SPL_AHCI_PCI Oleksandr Suvorov
2022-08-25 19:02 ` Pali Rohár [this message]
2022-08-31 23:34 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220825190254.6lduketyriiaifrm@pali \
    --to=pali@kernel.org \
    --cc=oleksandr.suvorov@foundries.io \
    --cc=sjg@chromium.org \
    --cc=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).