From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eu1sys200aog120.obsmtp.com ([207.126.144.149]:50083 "EHLO eu1sys200aog120.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751553Ab2J2HCL (ORCPT ); Mon, 29 Oct 2012 03:02:11 -0400 From: Pratyush Anand To: , , Cc: , , , , Pratyush Anand Subject: [PATCH 01/15] arm: source drivers/pci/pcie/kconfig Date: Mon, 29 Oct 2012 12:31:15 +0530 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-pci-owner@vger.kernel.org List-ID: Signed-off-by: Pratyush Anand --- arch/arm/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 170e215..a644454 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1434,6 +1434,7 @@ config PCI_HOST_ITE8152 select DMABOUNCE source "drivers/pci/Kconfig" +source "drivers/pci/pcie/Kconfig" source "drivers/pcmcia/Kconfig" -- 1.7.5.4