From 99b0e55881b217e9de4efd4d812dd3bd4f8c9380 Mon Sep 17 00:00:00 2001 From: Mingkai Hu Date: Thu, 19 Nov 2015 12:49:50 +0800 Subject: [PATCH 61/70] arm64/layerscape: Enable PCIe for Layerscape Signed-off-by: Mingkai Hu Integrated-by: Jiang Yutang --- arch/arm64/Kconfig.platforms | 2 ++ 1 file changed, 2 insertions(+) --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -31,6 +31,8 @@ config ARCH_EXYNOS7 config ARCH_LAYERSCAPE bool "ARMv8 based Freescale Layerscape SoC family" + select PCI_LAYERSCAPE if PCI + select LS_SCFG_MSI if PCI_MSI help This enables support for the Freescale Layerscape SoC family.