[PATCH] drivers:pci Add pcie/Kconfig to pci/Kconfig

From: Bogicevic Sasa
Date: Tue Jan 12 2016 - 09:22:43 EST


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