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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 6 Oct 2015 20:01:21 +0100 From: Russell King - ARM Linux <linux@....linux.org.uk> To: Gabriel Fernandez <gabriel.fernandez@...aro.org> Cc: Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>, Mark Rutland <mark.rutland@....com>, Ian Campbell <ijc+devicetree@...lion.org.uk>, Kumar Gala <galak@...eaurora.org>, Srinivas Kandagatla <srinivas.kandagatla@...il.com>, Maxime Coquelin <maxime.coquelin@...com>, Patrice Chotard <patrice.chotard@...com>, Bjorn Helgaas <bhelgaas@...gle.com>, Jingoo Han <jg1.han@...sung.com>, Lucas Stach <l.stach@...gutronix.de>, Fabrice Gasnier <fabrice.gasnier@...com>, Kishon Vijay Abraham I <kishon@...com>, Andrew Morton <akpm@...ux-foundation.org>, " David S. Miller" <davem@...emloft.net>, Greg KH <gregkh@...uxfoundation.org>, Mauro Carvalho Chehab <mchehab@....samsung.com>, Joe Perches <joe@...ches.com>, Tejun Heo <tj@...nel.org>, Arnd Bergmann <arnd@...db.de>, Viresh Kumar <viresh.kumar@...aro.org>, Thierry Reding <treding@...dia.com>, Phil Edworthy <phil.edworthy@...esas.com>, Minghuan Lian <Minghuan.Lian@...escale.com>, Tanmay Inamdar <tinamdar@....com>, m-karicheri2@...com, Sachin Kamat <sachin.kamat@...sung.com>, Andrew Lunn <andrew@...n.ch>, Liviu Dudau <liviu.dudau@....com>, Zhou Wang <wangzhou1@...ilicon.com>, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, kernel@...inux.com, linux-pci@...r.kernel.org, Lee Jones <lee.jones@...aro.org> Subject: Re: [PATCH v5 1/3] ARM: STi: Kconfig update for PCIe support On Tue, Oct 06, 2015 at 09:56:06AM +0200, Gabriel Fernandez wrote: > Update Kconfig: > - MIGHT_HAVE_PCI > - PCI_DOMAINS > > Signed-off-by: Fabrice Gasnier <fabrice.gasnier@...com> > --- > arch/arm/mach-sti/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig > index 125865d..5f99e93 100644 > --- a/arch/arm/mach-sti/Kconfig > +++ b/arch/arm/mach-sti/Kconfig > @@ -9,6 +9,8 @@ menuconfig ARCH_STI > select ARCH_HAS_RESET_CONTROLLER > select HAVE_ARM_SCU if SMP > select ARCH_REQUIRE_GPIOLIB > + select PCI_DOMAINS if PCI > + select MIGHT_HAVE_PCI > select ARM_ERRATA_754322 > select ARM_ERRATA_764369 if SMP > select ARM_ERRATA_775420 Please, alphabetical ordering for select statements. -- FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net. -- 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