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: 93820 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp308703qgi; Sat, 11 Feb 2017 04:53:03 -0800 (PST) X-Received: by 10.98.113.9 with SMTP id m9mr15701419pfc.121.1486817583230; Sat, 11 Feb 2017 04:53:03 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f25si4453850pge.120.2017.02.11.04.53.02; Sat, 11 Feb 2017 04:53:03 -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 S1753634AbdBKMxC (ORCPT + 7 others); Sat, 11 Feb 2017 07:53:02 -0500 Received: from mail-lf0-f41.google.com ([209.85.215.41]:36551 "EHLO mail-lf0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753597AbdBKMxB (ORCPT ); Sat, 11 Feb 2017 07:53:01 -0500 Received: by mail-lf0-f41.google.com with SMTP id z134so34068595lff.3 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=FDcbg+ol/CLZ/w1BVmmdHPBeE6BoDwDoRs5I9gLDAd/EpLCIqkaY75GrjaSupP/dec FzxubeKA+XfEKM7mqSz5XKz6Yp+Gx+Our1A7h2WyWrDRKUagebe0/mGkhyjTFI31l0as UYzdXTk43cFLdjCBnWWyfs6WeyNarVa+QWpgitUH0SMFXdzs4VnUrktKNECGwMGzzSEL krqRdhYIez3EPAOURESzlDuZ/mU+TKRDa2/jaXsPxHfg5mRa70PmjG3ZaY02hqt8IvlT AmDBMpTQeKXgvXrREQiZt9QbmOagSzL0raJ+ti/XdZ7WuqFubUBA98+BfYxEP0ewuJRP xo1w== X-Gm-Message-State: AMke39kpKkZ0aTZO3J1WebdaB7o88kh5BJt5rsnVaqTZ5fXs07Ij4x/MgoWrp+TAzKcGr5Z5 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: 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: 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(+) -- 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 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