From patchwork Sat Jan 28 20:48:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 721081 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 3v9npG1XbBz9srZ for ; Sun, 29 Jan 2017 07:49:42 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="NapgdknE"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752008AbdA1Ute (ORCPT ); Sat, 28 Jan 2017 15:49:34 -0500 Received: from mail-lf0-f53.google.com ([209.85.215.53]:35792 "EHLO mail-lf0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751974AbdA1Ute (ORCPT ); Sat, 28 Jan 2017 15:49:34 -0500 Received: by mail-lf0-f53.google.com with SMTP id n124so177285530lfd.2 for ; Sat, 28 Jan 2017 12:49:06 -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=+7Q+77F/YMMUkfvJcGh/6q2d3ar3nM3AWAc5J2lT+Tc=; b=NapgdknEYXkubWea9vZyJvcf6UuBrNkwB8bjl7YXirGbgcwa75NZU1GID1rKRED1X9 WPDUMdd9MTeynXjBEkT6wtCJTCUm0Mc0jtUtpptsl+RZniPIqob2tKP/f2EVBqVam2mv rtlsjDee+F2QJI/yNq5vB2m2CmsIfGHmbPpG4= 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=+7Q+77F/YMMUkfvJcGh/6q2d3ar3nM3AWAc5J2lT+Tc=; b=Mex7lRj3jH8MIfza03nUxfwe5O812HH5GbcJKyWLmOxPbo1O5RpAIilEdF7ppz7U+L hTDcag/SUigEeZPHuqjc9oRV36geoANINQ6T+bQWL63ow4uSxRQjecfNBPyWkBw7vJxc 5C5b/Nh7VLuJ9P8wj8jYFjtglHIcNi2S0FyBQBZt5+ocPoJ33GJIW7JUPKezAa2iXT5e Q4EhH1GraQK3HQ86+7p9gSQFWlAbPpbsdy92uq7CeiqtY2u8SVVGqDsnR2GX178p/mrE 7cIxc00gUZna8ec9UV+Hv8cBEtcS8X2Tma3CK0fmqFA4EDXhraOWkZsOVfVpq0kdlbKZ 2Q+w== X-Gm-Message-State: AIkVDXLxJIz3ux7WrOlvYtJpxtmzbB3EycAluepQwNKnSFyfe9vWV1xBpV9keG9Msx+Xsn6j X-Received: by 10.25.150.200 with SMTP id y191mr2833313lfd.124.1485636545818; Sat, 28 Jan 2017 12:49:05 -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 m18sm2314843lfe.45.2017.01.28.12.49.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 28 Jan 2017 12:49:04 -0800 (PST) From: Linus Walleij To: Hans Ulli Kroll , Florian Fainelli , Bjorn Helgaas Cc: Janos Laube , Paulius Zaleckas , openwrt-devel@openwrt.org, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, Linus Walleij Subject: [PATCH 3/4] ARM: gemini: select MIGHT_HAVE_PCI Date: Sat, 28 Jan 2017 21:48:38 +0100 Message-Id: <20170128204839.18330-3-linus.walleij@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170128204839.18330-1-linus.walleij@linaro.org> References: <20170128204839.18330-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 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