Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1708162 > unrolled thread

[PATCH v2 1/6] arm64: defconfig: enable Kirin PCIe

Started byGuodong Xu <guodong.xu@linaro.org>
First post2017-08-10 04:40 +0200
Last post2017-08-10 04:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 1/6] arm64: defconfig: enable Kirin PCIe Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200

#1708162 — [PATCH v2 1/6] arm64: defconfig: enable Kirin PCIe

FromGuodong Xu <guodong.xu@linaro.org>
Date2017-08-10 04:40 +0200
Subject[PATCH v2 1/6] arm64: defconfig: enable Kirin PCIe
Message-ID<ucLy9-7Ry-13@gated-at.bofh.it>
From: Xiaowei Song <songxiaowei@hisilicon.com>

Enable HiSilicon Kirin series SoCs PCIe controllers

Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Signed-off-by: Xiaowei Song <songxiaowei@hisilicon.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b4ca115..4e14c6d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -68,6 +68,7 @@ CONFIG_HOTPLUG_PCI_ACPI=y
 CONFIG_PCI_LAYERSCAPE=y
 CONFIG_PCI_HISI=y
 CONFIG_PCIE_QCOM=y
+CONFIG_PCIE_KIRIN=y
 CONFIG_PCIE_ARMADA_8K=y
 CONFIG_PCI_AARDVARK=y
 CONFIG_PCIE_RCAR=y
-- 
2.10.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web