All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/1] spl: CONFIG_SPL_PCI_PNP should depend on CONFIG_SPL_PCI
@ 2023-07-24 19:27 Heinrich Schuchardt
  2023-07-24 23:05 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2023-07-24 19:27 UTC (permalink / raw)
  To: Tom Rini
  Cc: Stefan Roese, Michal Simek, Pali Rohár, Simon Glass,
	Mark Kettenis, Mayuresh Chitale, u-boot, Heinrich Schuchardt

CONFIG_SPL_PCI_PNP=y without CONFIG_SPL_PCI=y makes no sense.

Fixes: 32f5e9e5c1a7 ("nvme: pci: Enable for SPL")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
v2:
	Keep CONFIG_SPL_PCI_PNP in drivers/pci/Kconfig
	Add ' in SPL' to label
---
 drivers/pci/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index aca439d921..d2356cb91e 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -41,7 +41,8 @@ config PCI_PNP
 	  Enable PCI memory and I/O space resource allocation and assignment.
 
 config SPL_PCI_PNP
-	bool "Enable Plug & Play support for PCI"
+	bool "Enable Plug & Play support for PCI in SPL"
+	depends on SPL_PCI
 	help
 	  Enable PCI memory and I/O space resource allocation and assignment.
 
-- 
2.40.1


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

* Re: [PATCH v2 1/1] spl: CONFIG_SPL_PCI_PNP should depend on CONFIG_SPL_PCI
  2023-07-24 19:27 [PATCH v2 1/1] spl: CONFIG_SPL_PCI_PNP should depend on CONFIG_SPL_PCI Heinrich Schuchardt
@ 2023-07-24 23:05 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-07-24 23:05 UTC (permalink / raw)
  To: Heinrich Schuchardt
  Cc: Stefan Roese, Michal Simek, Pali Rohár, Simon Glass,
	Mark Kettenis, Mayuresh Chitale, u-boot

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

On Mon, Jul 24, 2023 at 09:27:26PM +0200, Heinrich Schuchardt wrote:

> CONFIG_SPL_PCI_PNP=y without CONFIG_SPL_PCI=y makes no sense.
> 
> Fixes: 32f5e9e5c1a7 ("nvme: pci: Enable for SPL")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom

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

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

end of thread, other threads:[~2023-07-24 23:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24 19:27 [PATCH v2 1/1] spl: CONFIG_SPL_PCI_PNP should depend on CONFIG_SPL_PCI Heinrich Schuchardt
2023-07-24 23:05 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.