Message ID | 1420818231-13451-6-git-send-email-soren.brinkmann@xilinx.com (mailing list archive) |
---|---|
State | Awaiting Upstream |
Delegated to: | Geert Uytterhoeven |
Headers | show |
On Fri, Jan 9, 2015 at 4:43 PM, Soren Brinkmann <soren.brinkmann@xilinx.com> wrote: > Select pinctrl and the Zynq pinctrl driver. > > Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> > Tested-by: Andreas Färber <afaerber@suse.de> > --- > Changes since RFC v2: > - separate mach-zynq changes in their own patch Acked-by: Linus Walleij <linus.walleij@linaro.org> Since we're only selecting some symbols and these will appear in the merge window this can be applied orthogonally in the Zynq tree target for ARM SoC. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 01/11/2015 10:36 PM, Linus Walleij wrote: > On Fri, Jan 9, 2015 at 4:43 PM, Soren Brinkmann > <soren.brinkmann@xilinx.com> wrote: > >> Select pinctrl and the Zynq pinctrl driver. >> >> Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> >> Tested-by: Andreas Färber <afaerber@suse.de> >> --- >> Changes since RFC v2: >> - separate mach-zynq changes in their own patch > > Acked-by: Linus Walleij <linus.walleij@linaro.org> > > Since we're only selecting some symbols and these will appear > in the merge window this can be applied orthogonally in the Zynq > tree target for ARM SoC. > Applied to zynq/soc. Thanks, Michal -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig index aaa5162c1509..78e5e007f52d 100644 --- a/arch/arm/mach-zynq/Kconfig +++ b/arch/arm/mach-zynq/Kconfig @@ -9,6 +9,8 @@ config ARCH_ZYNQ select HAVE_ARM_TWD if SMP select ICST select MFD_SYSCON + select PINCTRL + select PINCTRL_ZYNQ select SOC_BUS help Support for Xilinx Zynq ARM Cortex A9 Platform