Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932247AbcJNNIt (ORCPT ); Fri, 14 Oct 2016 09:08:49 -0400 Received: from bastet.se.axis.com ([195.60.68.11]:34212 "EHLO bastet.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754105AbcJNNIn (ORCPT ); Fri, 14 Oct 2016 09:08:43 -0400 From: Niklas Cassel To: , , CC: , , , Niklas Cassel Subject: [RESEND PATCH 2/3] ARM: ARTPEC-6: add pcie related options Date: Fri, 14 Oct 2016 15:08:35 +0200 Message-ID: <1476450515-4557-1-git-send-email-niklass@axis.com> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.0.5.60] X-ClientProxiedBy: XBOX02.axis.com (10.0.5.16) To XBOX02.axis.com (10.0.5.16) X-TM-AS-GCONF: 00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 732 Lines: 25 From: Niklas Cassel 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 --- 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