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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 6 Sep 2016 17:00:35 +0200
From:   Niklas Cassel <niklas.cassel@...s.com>
To:     <jespern@...s.com>, <larper@...s.com>, <linux@...linux.org.uk>
CC:     <linux-arm-kernel@...ts.infradead.org>,
        <linux-arm-kernel@...s.com>, <linux-kernel@...r.kernel.org>,
        Niklas Cassel <niklass@...s.com>
Subject: [PATCH 2/3] ARM: ARTPEC-6: add pcie related options

From: Niklas Cassel <niklas.cassel@...s.com>

Now that the ARTPEC-6 PCIe controller is merged, add pcie related options
by default for MACH_ARTPEC6 so that the driver can be enabled in the build.

Signed-off-by: Niklas Cassel <niklas.cassel@...s.com>
---
 arch/arm/mach-artpec/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-artpec/Kconfig b/arch/arm/mach-artpec/Kconfig
index 85a962a..f158890 100644
--- a/arch/arm/mach-artpec/Kconfig
+++ b/arch/arm/mach-artpec/Kconfig
@@ -15,6 +15,8 @@ config MACH_ARTPEC6
 	select HAVE_ARM_SCU
 	select HAVE_ARM_TWD if SMP
 	select MFD_SYSCON
+	select MIGHT_HAVE_PCI
+	select PCI_DOMAINS if PCI
 	help
 	  Support for Axis ARTPEC-6 ARM Cortex A9 Platform
 
-- 
2.1.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ