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: 94597 Delivered-To: patch@linaro.org Received: by 10.140.20.113 with SMTP id 104csp1001856qgi; Mon, 27 Feb 2017 11:09:57 -0800 (PST) X-Received: by 10.98.14.217 with SMTP id 86mr22707668pfo.79.1488222597676; Mon, 27 Feb 2017 11:09:57 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s17si6777735pgg.93.2017.02.27.11.09.57; Mon, 27 Feb 2017 11:09:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751877AbdB0TJz (ORCPT + 7 others); Mon, 27 Feb 2017 14:09:55 -0500 Received: from mail-lf0-f46.google.com ([209.85.215.46]:35530 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751285AbdB0TJx (ORCPT ); Mon, 27 Feb 2017 14:09:53 -0500 Received: by mail-lf0-f46.google.com with SMTP id z127so37424754lfa.2 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=XKX+/v9017pB+URFCANigM978qYr25FnWprdcLHzr5K9By322ehngAKAFNsokAmoPA sL+GSMTJFZAYZdzCZNgQDXoVt4jMkMHoANSIv4oyTWQ8++3stzzZCk61v/Tt8QmokrP3 wmofMWHuddnKFQO/8vVoRFACKPmRzgNiDey6pcZ+Ufqm88zDue7+d69cScJKEQ5Mtfry dkELl5jbnZnfD6j1tQthyS35GGF1+dN0No/n8I3zH4/IBvbhIhWQWXm6JtJSQqXqN0eJ otjBXUBfdiL9etr6V1dAga7u7J+pmGX322VA8j3/jXn8OiXmwiDnWE5GPVCK3BcmZWe7 i+mw== X-Gm-Message-State: AMke39koQpdtqT19dYmd9fhYfW/ONUamj5Cy0OAC6uHEoVFfqj2GMJhokw0ZlmlEqVINJ+hs 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: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@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(+) -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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