Build system: x86_64 Build-tested: generic, nand Run-tested: generic/AR-5387un, nand/VR-3032u Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
		
			
				
	
	
		
			23 lines
		
	
	
		
			659 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			659 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/drivers/pci/controller/Kconfig
 | 
						|
+++ b/drivers/pci/controller/Kconfig
 | 
						|
@@ -3,6 +3,11 @@
 | 
						|
 menu "PCI controller drivers"
 | 
						|
 	depends on PCI
 | 
						|
 
 | 
						|
+config PCIE_BCM6318
 | 
						|
+	bool "BCM6318 PCIe controller"
 | 
						|
+	depends on BMIPS_GENERIC || COMPILE_TEST
 | 
						|
+	depends on OF
 | 
						|
+
 | 
						|
 config PCIE_BCM6328
 | 
						|
 	bool "BCM6328 PCIe controller"
 | 
						|
 	depends on BMIPS_GENERIC || COMPILE_TEST
 | 
						|
--- a/drivers/pci/controller/Makefile
 | 
						|
+++ b/drivers/pci/controller/Makefile
 | 
						|
@@ -1,4 +1,5 @@
 | 
						|
 # SPDX-License-Identifier: GPL-2.0
 | 
						|
+obj-$(CONFIG_PCIE_BCM6318) += pcie-bcm6318.o
 | 
						|
 obj-$(CONFIG_PCIE_BCM6328) += pcie-bcm6328.o
 | 
						|
 obj-$(CONFIG_PCIE_CADENCE) += cadence/
 | 
						|
 obj-$(CONFIG_PCI_FTPCI100) += pci-ftpci100.o
 |