From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 08/14] pinctrl: Add pinctrl driver for STM32 MCUs Date: Fri, 13 Feb 2015 09:43:43 +0100 Message-ID: References: <1423763164-5606-1-git-send-email-mcoquelin.stm32@gmail.com> <1423763164-5606-9-git-send-email-mcoquelin.stm32@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Jonathan Corbet , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Philipp Zabel , Russell King , Daniel Lezcano , Thomas Gleixner , Linus Walleij , Greg Kroah-Hartman , Jiri Slaby , Arnd Bergmann , Andrew Morton , "David S. Miller" , Mauro Carvalho Chehab , Joe Perches , Antti Palosaari , Tejun Heo , Will Deacon , Nikolay Borisov , Rusty Russell , Kees List-Id: devicetree@vger.kernel.org 2015-02-12 21:37 GMT+01:00 Geert Uytterhoeven : > On Thu, Feb 12, 2015 at 6:45 PM, Maxime Coquelin > wrote: >> --- a/drivers/pinctrl/Kconfig >> +++ b/drivers/pinctrl/Kconfig >> @@ -125,6 +125,15 @@ config PINCTRL_ST >> select PINCONF >> select GPIOLIB_IRQCHIP >> >> +config PINCTRL_STM32 >> + bool "STMicroelectronics STM32 pinctrl driver" >> + depends on OF > > depends on ARCH_STM32 || COMPILE_TEST Ok, I agree. It will be part of the v2. Thanks, Maxime