kconfig: add dependency PCIE_LAYERSCAPE_GEN4 for FSL_PCIE_COMPAT
The LX2160A PCIe is using driver PCIE_LAYERSCAPE_GEN4 instead of PCIE_LAYERSCAPE. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
This commit is contained in:
		
							parent
							
								
									07ce19f5e9
								
							
						
					
					
						commit
						20eae4c810
					
				| 
						 | 
					@ -242,7 +242,7 @@ config FSL_LAYERSCAPE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config FSL_PCIE_COMPAT
 | 
					config FSL_PCIE_COMPAT
 | 
				
			||||||
	string "PCIe compatible of Kernel DT"
 | 
						string "PCIe compatible of Kernel DT"
 | 
				
			||||||
	depends on PCIE_LAYERSCAPE
 | 
						depends on PCIE_LAYERSCAPE || PCIE_LAYERSCAPE_GEN4
 | 
				
			||||||
	default "fsl,ls1012a-pcie" if ARCH_LS1012A
 | 
						default "fsl,ls1012a-pcie" if ARCH_LS1012A
 | 
				
			||||||
	default "fsl,ls1043a-pcie" if ARCH_LS1043A
 | 
						default "fsl,ls1043a-pcie" if ARCH_LS1043A
 | 
				
			||||||
	default "fsl,ls1046a-pcie" if ARCH_LS1046A
 | 
						default "fsl,ls1046a-pcie" if ARCH_LS1046A
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue