layerscape: make uImage with zImage for 32-bit kernel
[openwrt/openwrt.git] / target / linux / layerscape / patches-4.4 / 8061-arm64-layerscape-Enable-PCIe-for-Layerscape.patch
1 From 99b0e55881b217e9de4efd4d812dd3bd4f8c9380 Mon Sep 17 00:00:00 2001
2 From: Mingkai Hu <Mingkai.Hu@freescale.com>
3 Date: Thu, 19 Nov 2015 12:49:50 +0800
4 Subject: [PATCH 61/70] arm64/layerscape: Enable PCIe for Layerscape
5
6 Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com>
7 Integrated-by: Jiang Yutang <yutang.jiang@nxp.com>
8 ---
9 arch/arm64/Kconfig.platforms | 2 ++
10 1 file changed, 2 insertions(+)
11
12 --- a/arch/arm64/Kconfig.platforms
13 +++ b/arch/arm64/Kconfig.platforms
14 @@ -31,6 +31,8 @@ config ARCH_EXYNOS7
15
16 config ARCH_LAYERSCAPE
17 bool "ARMv8 based Freescale Layerscape SoC family"
18 + select PCI_LAYERSCAPE if PCI
19 + select LS_SCFG_MSI if PCI_MSI
20 help
21 This enables support for the Freescale Layerscape SoC family.
22