lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1445008929-32267-4-git-send-email-Liviu.Dudau@arm.com> Date: Fri, 16 Oct 2015 16:22:09 +0100 From: Liviu Dudau <Liviu.Dudau@....com> To: Will Deacon <will.deacon@....com>, Catalin Marinas <catalin.marinas@....com>, Bjorn Helgaas <bhelgaas@...gle.com>, Mark Rutland <mark.rutland@....com>, Linus Walleij <linus.walleij@...aro.org>, Robin Murphy <robin.murphy@....com>, Rob Herring <robh+dt@...nel.org>, Ian Campbell <ijc+devicetree@...lion.org.uk>, Kumar Gala <galak@...eaurora.org>, Arnd Bergmann <arnd@...db.de>, Jon Medhurst <tixy@...aro.org> Cc: linux-pci <linux-pci@...r.kernel.org>, device-tree <devicetree@...r.kernel.org>, LAKML <linux-arm-kernel@...ts.infradead.org>, LKML <linux-kernel@...r.kernel.org> Subject: [PATCH v4 3/3] arm64: defconfig: Enable PCI generic host bridge by default Now that pci-host-generic can be used under arm64, enable it by default so that SBSA compliant systems can use it. Cc: Will Deacon <will.deacon@....com> Cc: Catalin Marinas <catalin.marinas@....com> Signed-off-by: Liviu Dudau <Liviu.Dudau@....com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 34d71dd..7c9455a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -49,6 +49,7 @@ CONFIG_ARCH_XGENE=y CONFIG_ARCH_ZYNQMP=y CONFIG_PCI=y CONFIG_PCI_MSI=y +CONFIG_PCI_HOST_GENERIC=y CONFIG_PCI_XGENE=y CONFIG_SMP=y CONFIG_PREEMPT=y -- 2.6.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists