From patchwork Tue Dec 8 12:45:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 553889 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 801A21402EC for ; Tue, 8 Dec 2015 23:47:29 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=mmi7y8BE; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933048AbbLHMrN (ORCPT ); Tue, 8 Dec 2015 07:47:13 -0500 Received: from mail-wm0-f52.google.com ([74.125.82.52]:35311 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932862AbbLHMpX (ORCPT ); Tue, 8 Dec 2015 07:45:23 -0500 Received: by wmuu63 with SMTP id u63so179532523wmu.0; Tue, 08 Dec 2015 04:45:22 -0800 (PST) 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=ulwBgmPbkB8SpGWwwLWDEfJlrg4w8D4YxWzdUN9GiY0=; b=mmi7y8BEk3HQmOTG9SUMf4WdoqdNiuH/Dh4uSb0a96zo7FKA4IVuYn16CbPqpZyQ9g z7N0gE+dWjC343twh+c0LcZX6tL5xRDPlSYC90hNQvGIty2eW3X5XJF96TpOxquVVI0g Iy899O1d42K8FJ92iiBMh+GaTDitLqGydRYZou6BLglUbS1233yI7eOu+SSK/Aj1h0KZ skW+9acpY2q8BsjBBaBESp05qaxZK/KPhOHApUgJzHfRVxPjOF0rft1yeC/x36vyfeJZ aqPtS1N0oDirCT6siDUBZqUydqJZCnqLgmh1NWbxyQgr2JuZG5y57NPLuLvPyFwxWzfh 4O3A== X-Received: by 10.28.100.69 with SMTP id y66mr27961238wmb.98.1449578722399; Tue, 08 Dec 2015 04:45:22 -0800 (PST) Received: from lmecul0520.st.com. (111.202.154.77.rev.sfr.net. [77.154.202.111]) by smtp.gmail.com with ESMTPSA id d2sm2871311wjy.16.2015.12.08.04.45.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 08 Dec 2015 04:45:22 -0800 (PST) From: Maxime Coquelin To: Linus Walleij , Mark Rutland , Rob Herring , linux-gpio@vger.kernel.org, arnd@arndb.de Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, afaerber@suse.de, devicetree@vger.kernel.org, Daniel Thompson , bruherrera@gmail.com Subject: [PATCH v3 5/9] ARM: mach-stm32: Select pinctrl Date: Tue, 8 Dec 2015 13:45:07 +0100 Message-Id: <1449578711-6141-6-git-send-email-mcoquelin.stm32@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1449578711-6141-1-git-send-email-mcoquelin.stm32@gmail.com> References: <1449578711-6141-1-git-send-email-mcoquelin.stm32@gmail.com> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Acked-by: Linus Walleij Signed-off-by: Maxime Coquelin --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4d2fcba..365714b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -963,6 +963,7 @@ config ARCH_STM32 select ARCH_HAS_RESET_CONTROLLER select ARMV7M_SYSTICK select CLKSRC_STM32 + select PINCTRL select RESET_CONTROLLER help Support for STMicroelectronics STM32 processors.