From patchwork Sat Feb 11 12:52:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 726843 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3vLBYq5RG3z9s83 for ; Sat, 11 Feb 2017 23:53:03 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="NrPARz3/"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753635AbdBKMxC (ORCPT ); Sat, 11 Feb 2017 07:53:02 -0500 Received: from mail-lf0-f52.google.com ([209.85.215.52]:34268 "EHLO mail-lf0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753599AbdBKMxB (ORCPT ); Sat, 11 Feb 2017 07:53:01 -0500 Received: by mail-lf0-f52.google.com with SMTP id v186so34152885lfa.1 for ; Sat, 11 Feb 2017 04:53:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Espo41jYkGSHwqxex0iYL4/ApnR7mRPRlZ++Em/Q038=; b=NrPARz3/MCSrNMQUBB7H+tp+XhoiCnVXSKSMGWFVUxG7mNq9lgRprDL0xF3ocU/P5D M20Pkr8A/bhYciPkPA/TC7ObwZg6d9G2VO8uWTduigf5+BEatMdme32YMWIqpBtWM0DS bkVAANlP+BMSJOaIvoTFoNhuaKvtQjsaY/Bxw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Espo41jYkGSHwqxex0iYL4/ApnR7mRPRlZ++Em/Q038=; b=eeW1Fahq8yQl1Cg6ByeSspKGASfy7dg7dftTfvYWlXA7n2WioBc05obhIu9Rpq+0vv mu1Z92k/Z/DVzXgN4X4iUm2r/fwUb3Fi2IgqIintip1WXU9qIqMoE+SsqgMDzuFKrjrj rgVE6ASDRYbYMZOPZSe87+srZhbMeZmf0vrVrOlKxItrzGjJ6/fA9VlJNtQq73D4GcE/ 38vQah/DDvdeGjjZhrN8fhYI1CwEkEu8i0Y2DzR2lYrQSNYI6+3FHiGC6qDhsDoLMkh8 cPFAkMH083X8On5dYVKpR+I9CCfwNghotFCVau0t/vNuM3gA7F579I/GOqtOwe8XMER3 gC9w== X-Gm-Message-State: AMke39nFT7qtG5fyRs1OnN9f8d1FSLVgnJRkY9bB9eRhFQDGsgMOYPWpHysFrzYAMm1GlB/R X-Received: by 10.25.155.11 with SMTP id d11mr4947275lfe.110.1486817579532; Sat, 11 Feb 2017 04:52:59 -0800 (PST) Received: from localhost.localdomain (c-357171d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.113.53]) by smtp.gmail.com with ESMTPSA id c65sm1276410ljd.44.2017.02.11.04.52.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 11 Feb 2017 04:52:57 -0800 (PST) From: Linus Walleij To: Hans Ulli Kroll , Florian Fainelli , Rob Herring , devicetree@vger.kernel.org, Bjorn Helgaas , Gavin Guo , Macpaul Lin Cc: Janos Laube , Paulius Zaleckas , openwrt-devel@openwrt.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linus Walleij , Feng-Hsin Chiang Subject: [PATCH 3/4] ARM: gemini: select MIGHT_HAVE_PCI Date: Sat, 11 Feb 2017 13:52:19 +0100 Message-Id: <20170211125220.10273-3-linus.walleij@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170211125220.10273-1-linus.walleij@linaro.org> References: <20170211125220.10273-1-linus.walleij@linaro.org> Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org As we have a PCI driver for the Gemini, we should select MIGHT_HAVE_PCI. Cc: Janos Laube Cc: Paulius Zaleckas Cc: Hans Ulli Kroll Cc: Florian Fainelli Cc: Gavin Guo Cc: Macpaul Lin Cc: Feng-Hsin Chiang Signed-off-by: Linus Walleij --- PCI maintainers: this is FYI only, I will funnel this to the ARM SoC tree once we are done with the PCI driver. --- arch/arm/mach-gemini/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-gemini/Kconfig b/arch/arm/mach-gemini/Kconfig index 798abb16bb88..91ea52ccf13c 100644 --- a/arch/arm/mach-gemini/Kconfig +++ b/arch/arm/mach-gemini/Kconfig @@ -5,6 +5,7 @@ menuconfig ARCH_GEMINI select GEMINI_TIMER select GPIO_GEMINI select GPIOLIB + select MIGHT_HAVE_PCI select POWER_RESET select POWER_RESET_SYSCON select SERIAL_OF_PLATFORM