On Tue, Apr 18, 2017 at 08:01:28AM -0700, Andrey Smirnov wrote: > GPCv2 IP block is a part of i.MX7 SoC. Select it to make corresponding > driver availible to support DT changes following this patch. > > Cc: [email protected] > Cc: Dong Aisheng <[email protected]> > Cc: Shawn Guo <[email protected]> > Cc: Sascha Hauer <[email protected]> > Cc: Fabio Estevam <[email protected]> > Cc: Rob Herring <[email protected]> > Cc: Mark Rutland <[email protected]> > Cc: Russell King <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Andrey Smirnov <[email protected]> > --- > arch/arm/mach-imx/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig > index 936c59d..1a4ea3a 100644 > --- a/arch/arm/mach-imx/Kconfig > +++ b/arch/arm/mach-imx/Kconfig > @@ -532,6 +532,7 @@ config SOC_IMX7D > bool "i.MX7 Dual support" > select PINCTRL_IMX7D > select ARM_GIC > + select IMX_GPCV2
Yes, PINCTRL_IMX7D is already out of order, but still please keep new added one sorted in alphabetic order. Shawn > select HAVE_ARM_ARCH_TIMER > select HAVE_IMX_ANATOP > select HAVE_IMX_MMDC > -- > 2.9.3 >

