Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754418AbbKBQjU (ORCPT ); Mon, 2 Nov 2015 11:39:20 -0500 Received: from relmlor4.renesas.com ([210.160.252.174]:50363 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754199AbbKBQjQ (ORCPT ); Mon, 2 Nov 2015 11:39:16 -0500 X-IronPort-AV: E=Sophos;i="5.20,234,1444662000"; d="scan'208";a="198921558" From: Phil Edworthy To: Bjorn Helgaas Cc: Wolfram Sang , Geert Uytterhoeven , Simon Horman , , , , Phil Edworthy Subject: [PATCH 2/3] Revert "PCI: rcar: Build pcie-rcar.c only on ARM" Date: Mon, 2 Nov 2015 16:36:14 +0000 Message-Id: <1446482175-26507-3-git-send-email-phil.edworthy@renesas.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1446482175-26507-1-git-send-email-phil.edworthy@renesas.com> References: <1446482175-26507-1-git-send-email-phil.edworthy@renesas.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 962 Lines: 30 Now that we can build on arm64, revert commit 7c537c67d2e4 ("PCI: rcar: Build pcie-rcar.c only on ARM"). Signed-off-by: Phil Edworthy --- drivers/pci/host/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 2af0571..ad27664 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -48,8 +48,7 @@ config PCI_RCAR_GEN2 config PCI_RCAR_GEN2_PCIE bool "Renesas R-Car PCIe controller" - depends on ARM - depends on ARCH_SHMOBILE || COMPILE_TEST + depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST) help Say Y here if you want PCIe controller support on R-Car Gen2 SoCs. -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/