u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] spl: ahci: Fix dependency for SPL_AHCI_PCI
@ 2022-08-25 17:03 Oleksandr Suvorov
  2022-08-25 19:02 ` Pali Rohár
  2022-08-31 23:34 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Oleksandr Suvorov @ 2022-08-25 17:03 UTC (permalink / raw)
  To: u-boot; +Cc: Oleksandr Suvorov, Pali Rohár, Simon Glass, Stefan Roese

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>
---

 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] spl: ahci: Fix dependency for SPL_AHCI_PCI
  2022-08-25 17:03 [PATCH] spl: ahci: Fix dependency for SPL_AHCI_PCI Oleksandr Suvorov
@ 2022-08-25 19:02 ` Pali Rohár
  2022-08-31 23:34 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Pali Rohár @ 2022-08-25 19:02 UTC (permalink / raw)
  To: Oleksandr Suvorov; +Cc: u-boot, Simon Glass, Stefan Roese

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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] spl: ahci: Fix dependency for SPL_AHCI_PCI
  2022-08-25 17:03 [PATCH] spl: ahci: Fix dependency for SPL_AHCI_PCI Oleksandr Suvorov
  2022-08-25 19:02 ` Pali Rohár
@ 2022-08-31 23:34 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-08-31 23:34 UTC (permalink / raw)
  To: Oleksandr Suvorov; +Cc: u-boot, Pali Rohár, Simon Glass, Stefan Roese

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

On Thu, Aug 25, 2022 at 08:03:51PM +0300, 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>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-31 23:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25 17:03 [PATCH] spl: ahci: Fix dependency for SPL_AHCI_PCI Oleksandr Suvorov
2022-08-25 19:02 ` Pali Rohár
2022-08-31 23:34 ` Tom Rini

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).