From patchwork Mon Feb 27 19:07: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: 733055 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 3vXB9L5ZKdz9s9x for ; Tue, 28 Feb 2017 06:09:58 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="IRw4iTVu"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751285AbdB0TJz (ORCPT ); Mon, 27 Feb 2017 14:09:55 -0500 Received: from mail-lf0-f50.google.com ([209.85.215.50]:34353 "EHLO mail-lf0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751555AbdB0TJx (ORCPT ); Mon, 27 Feb 2017 14:09:53 -0500 Received: by mail-lf0-f50.google.com with SMTP id k202so23734481lfe.1 for ; Mon, 27 Feb 2017 11:07:57 -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=fMRQ4N1SNvBZi+yd5kmPQ9tuYjHIFT2lzTTqQZckvXo=; b=IRw4iTVuOuR8Kaq7LxjnsDhjkUaprBQyDiUYosF3weKpaSBBH0I7dbQpCnLfh5SCmO 0HIoxXLMmyIXHVDTo6EPC8v1bELb+p9GN+UPHzDjliYQ042yW/EapsXZCdOzjIWP+79C auv/X4f/FF9CKV+P/KChRvG6Z0AxWEjNea1KE= 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=fMRQ4N1SNvBZi+yd5kmPQ9tuYjHIFT2lzTTqQZckvXo=; b=mAbMwFeuPyBlYkrPOjDh/pF7LsRmx2g8xV4wa3xuHR501RjAO+XyLz1gsSu3/ZCHOd 1wK5wrLZPfARH05qd+hb++9YpIFYyu7VNNpZExgTaAxaCItMtCrTbQVdwcMDT9LL8DKT 4WEmEw13GPOCSiC4WUgicr5qirn3jL4XTdwcVgAVOOYQ3FdqQkJN59a6dnuzeXmh95xl MLZyfqFKQXjvHclnvvzpsuVo20VX38xwR5kmu+a8XTKRnJV8WIwuwxtTh19JkKy7Qype YBmXFQkH4iTSxe+Ll4x6E0PeJAgd6yOLy+56QY0Jk+jMymw3c2eqHFhYXx5ijPtpCGnw /mlQ== X-Gm-Message-State: AMke39kOWPHidGNhLZZagtusfMF/Uasv6LEJjaUhT71PibR/mPH2UzP8U4No2i0wCK3uyn4A X-Received: by 10.25.206.146 with SMTP id e140mr5637795lfg.94.1488222477089; Mon, 27 Feb 2017 11:07:57 -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 a63sm4022244lfa.61.2017.02.27.11.07.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Feb 2017 11:07:55 -0800 (PST) From: Linus Walleij To: Hans Ulli Kroll , Florian Fainelli , Rob Herring , devicetree@vger.kernel.org, Bjorn Helgaas 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 , Greentime Hu Subject: [PATCH 3/4 v3] ARM: gemini: select MIGHT_HAVE_PCI Date: Mon, 27 Feb 2017 20:07:19 +0100 Message-Id: <20170227190720.31409-3-linus.walleij@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170227190720.31409-1-linus.walleij@linaro.org> References: <20170227190720.31409-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: Feng-Hsin Chiang Cc: Greentime Hu Signed-off-by: Linus Walleij --- ChangeLog v1->v2->v3: - No changes 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 a5ee5fbab796..21f89a4c16fe 100644 --- a/arch/arm/mach-gemini/Kconfig +++ b/arch/arm/mach-gemini/Kconfig @@ -6,6 +6,7 @@ menuconfig ARCH_GEMINI select FTTMR010_TIMER select GPIO_GEMINI select GPIOLIB + select MIGHT_HAVE_PCI select POWER_RESET select POWER_RESET_SYSCON select SERIAL_OF_PLATFORM