Re: [PATCH v2 6/7] ARM: Kconfig: Introduce MACH_STM32F469 flag

2017-04-24 Thread Alexandre Torgue
Hi On 04/24/2017 02:30 PM, Linus Walleij wrote: On Fri, Apr 7, 2017 at 2:43 PM, Alexandre TORGUE wrote: This patch introduces the MACH_STM32F469 to make possible to only select STM32F469 pinctrl driver By default, all the MACH_STM32Fxxx flags will be set with STM32

Re: [PATCH v2 6/7] ARM: Kconfig: Introduce MACH_STM32F469 flag

2017-04-24 Thread Alexandre Torgue
Hi On 04/24/2017 02:30 PM, Linus Walleij wrote: On Fri, Apr 7, 2017 at 2:43 PM, Alexandre TORGUE wrote: This patch introduces the MACH_STM32F469 to make possible to only select STM32F469 pinctrl driver By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig.

Re: [PATCH v2 6/7] ARM: Kconfig: Introduce MACH_STM32F469 flag

2017-04-24 Thread Linus Walleij
On Fri, Apr 7, 2017 at 2:43 PM, Alexandre TORGUE wrote: > This patch introduces the MACH_STM32F469 to make possible to only select > STM32F469 pinctrl driver > > By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. > > Signed-off-by: Alexandre

Re: [PATCH v2 6/7] ARM: Kconfig: Introduce MACH_STM32F469 flag

2017-04-24 Thread Linus Walleij
On Fri, Apr 7, 2017 at 2:43 PM, Alexandre TORGUE wrote: > This patch introduces the MACH_STM32F469 to make possible to only select > STM32F469 pinctrl driver > > By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. > > Signed-off-by: Alexandre TORGUE Acked-by: Linus

[PATCH v2 6/7] ARM: Kconfig: Introduce MACH_STM32F469 flag

2017-04-07 Thread Alexandre TORGUE
This patch introduces the MACH_STM32F469 to make possible to only select STM32F469 pinctrl driver By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. Signed-off-by: Alexandre TORGUE diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index

[PATCH v2 6/7] ARM: Kconfig: Introduce MACH_STM32F469 flag

2017-04-07 Thread Alexandre TORGUE
This patch introduces the MACH_STM32F469 to make possible to only select STM32F469 pinctrl driver By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. Signed-off-by: Alexandre TORGUE diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0d4e71b..19c43e6 100644 ---