[U-Boot] [PATCH 4/8] kconfig: add dependency PCIE_LX for FSL_PCIE_COMPAT
Z.q. Hou
zhiqiang.hou at nxp.com
Tue Oct 30 14:20:21 UTC 2018
From: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
The CONFIG of LX2160A PCIe driver is PCIE_LX instead of
PCIE_LAYERSCAPE.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
---
arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
index 2b086da79b..e102a2ace1 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
+++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
@@ -232,7 +232,7 @@ menu "Layerscape architecture"
config FSL_PCIE_COMPAT
string "PCIe compatible of Kernel DT"
- depends on PCIE_LAYERSCAPE
+ depends on PCIE_LAYERSCAPE || PCIE_LX
default "fsl,ls1012a-pcie" if ARCH_LS1012A
default "fsl,ls1043a-pcie" if ARCH_LS1043A
default "fsl,ls1046a-pcie" if ARCH_LS1046A
--
2.17.1
More information about the U-Boot
mailing list