All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] drivers:pci Add pcie/Kconfig to pci/Kconfig
@ 2016-01-12 14:19 Bogicevic Sasa
  2016-01-12 14:23 ` Fwd: " sasa bogicevic
  0 siblings, 1 reply; 2+ messages in thread
From: Bogicevic Sasa @ 2016-01-12 14:19 UTC (permalink / raw)
  To: bhelgaas; +Cc: linux-pci, linux-kernel, Bogicevic Sasa

Architectures currently have to include both
drivers/pci/Kconfig and drivers/pci/pcie/Kconfig.
They should include only drivers/pci/Kconfig, and
that should handle PCIe as well.

Signed-off-by: Bogicevic Sasa <brutallesale@gmail.com>
---
 drivers/pci/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 73de4ef..005dd7d 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -119,3 +119,5 @@ config PCI_LABEL
 	select NLS
 
 source "drivers/pci/host/Kconfig"
+
+source "drivers/pci/pcie/Kconfig"
-- 
2.5.0

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

* Fwd: [PATCH 2/2] drivers:pci Add pcie/Kconfig to pci/Kconfig
  2016-01-12 14:19 [PATCH 2/2] drivers:pci Add pcie/Kconfig to pci/Kconfig Bogicevic Sasa
@ 2016-01-12 14:23 ` sasa bogicevic
  0 siblings, 0 replies; 2+ messages in thread
From: sasa bogicevic @ 2016-01-12 14:23 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel

I accidentally sent patch as a series instead of individual one. I resent it again.

Thanks, Sasa
{
	name: Bogicevic Sasa
	phone: +381606006200
}



> Begin forwarded message:
> 
> From: Bogicevic Sasa <brutallesale@gmail.com>
> Subject: [PATCH 2/2] drivers:pci Add pcie/Kconfig to pci/Kconfig
> Date: January 12, 2016 at 15:19:57 GMT+1
> To: bhelgaas@google.com
> Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Bogicevic Sasa <brutallesale@gmail.com>
> 
> Architectures currently have to include both
> drivers/pci/Kconfig and drivers/pci/pcie/Kconfig.
> They should include only drivers/pci/Kconfig, and
> that should handle PCIe as well.
> 
> Signed-off-by: Bogicevic Sasa <brutallesale@gmail.com>
> ---
> drivers/pci/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
> index 73de4ef..005dd7d 100644
> --- a/drivers/pci/Kconfig
> +++ b/drivers/pci/Kconfig
> @@ -119,3 +119,5 @@ config PCI_LABEL
> 	select NLS
> 
> source "drivers/pci/host/Kconfig"
> +
> +source "drivers/pci/pcie/Kconfig"
> -- 
> 2.5.0
> 

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

end of thread, other threads:[~2016-01-12 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12 14:19 [PATCH 2/2] drivers:pci Add pcie/Kconfig to pci/Kconfig Bogicevic Sasa
2016-01-12 14:23 ` Fwd: " sasa bogicevic

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.