Message ID | 1444853247-31114-2-git-send-email-mcoquelin.stm32@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2ED6EBEEA4 for <patchwork-linux-arm@patchwork.kernel.org>; Wed, 14 Oct 2015 20:16:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 51744209C2 for <patchwork-linux-arm@patchwork.kernel.org>; Wed, 14 Oct 2015 20:16:58 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8F997209B4 for <patchwork-linux-arm@patchwork.kernel.org>; Wed, 14 Oct 2015 20:16:57 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZmSSV-0004lL-Vg; Wed, 14 Oct 2015 20:15:35 +0000 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZmSST-0004ZF-3E for linux-arm-kernel@lists.infradead.org; Wed, 14 Oct 2015 20:15:33 +0000 Received: by wijq8 with SMTP id q8so98670040wij.0 for <linux-arm-kernel@lists.infradead.org>; Wed, 14 Oct 2015 13:15:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=kF5861wHdvordqxARFtya4SjOTXCAoYwmlFVwct9/lI=; b=pflxS6Lg3JzvL2+cN7SNUN27ICgRY613xAUnYe4n1aGeUaOcCCq1WGbzKwfeoWQIMp FhczKIPPtkeNP0yaqG59JVJ8CLS82j+WDfqFUs1mlVQbV6OueZ0NlbKHR76na6dFQmDx s7NpRUBVpdY46h8ho90OBBEQjcoPimJCA2CcHQa9OZuOxfduRfL7Wmmu/GtgQ6FQXuIt vBX+s4sxDwnnZzJqGAn26v7gilWLmIZl1JSJr1vYTps4VPQv+e51QZ6R0cK7lUlZXt94 BtIM1zs4mGNgOevEI0vU82KgOayD/QS5cNPRE7o1UmiPkOLaDjezaDgr8WcbrLYlExBt Ajdg== X-Received: by 10.180.106.10 with SMTP id gq10mr6066054wib.51.1444853262268; Wed, 14 Oct 2015 13:07:42 -0700 (PDT) Received: from lmecul0520.st.com. (101.210.139.88.rev.sfr.net. [88.139.210.101]) by smtp.gmail.com with ESMTPSA id q1sm12005898wjy.31.2015.10.14.13.07.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Oct 2015 13:07:41 -0700 (PDT) From: Maxime Coquelin <mcoquelin.stm32@gmail.com> To: Linus Walleij <linus.walleij@linaro.org>, Mark Rutland <mark.rutland@arm.com>, Rob Herring <robh+dt@kernel.org>, linux-gpio@vger.kernel.org Subject: [PATCH 1/7] ARM: Kconfig: Introduce MACH_STM32F429 flag Date: Wed, 14 Oct 2015 22:07:21 +0200 Message-Id: <1444853247-31114-2-git-send-email-mcoquelin.stm32@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1444853247-31114-1-git-send-email-mcoquelin.stm32@gmail.com> References: <1444853247-31114-1-git-send-email-mcoquelin.stm32@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151014_131533_332164_36259846 X-CRM114-Status: GOOD ( 12.19 ) X-Spam-Score: -2.5 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: devicetree@vger.kernel.org, Daniel Thompson <daniel.thompson@linaro.org>, bruherrera@gmail.com, linux-kernel@vger.kernel.org, afaerber@suse.de, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 72ad724..bf94e54 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -988,6 +988,11 @@ config ARCH_STM32 help Support for STMicroelectronics STM32 processors. +config MACH_STM32F429 + bool "STMicrolectronics STM32F429" + depends on ARCH_STM32 + default y + # Definitions to make life easier config ARCH_ACORN bool
This patch introduces the MACH_STM32F429 to make possible to only select STM32F429 pinctrl driver. By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> --- arch/arm/Kconfig | 5 +++++ 1 file changed, 5 insertions(+)