Message ID | 1425623091-30478-1-git-send-email-yingjoe.chen@mediatek.com |
---|---|
State | New |
Headers | show |
2015-03-06 7:24 GMT+01:00 Yingjoe Chen <yingjoe.chen@mediatek.com>: > These 2 patches are fixup for MT8173 pinctrl driver: > http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/320066.html > > Arm64 maintainers doesn't want to add MACH_* in Kconfig, this patch > is used to replace the first one in that series. > > Matthias, > Can you take this one? > > ---------------------------------- > MediaTek SoC expect to work with a pinctrl driver. > Select PINCTRL if ARCH_MEDIATEK is selected. > > Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com> applied to v4.0-next/arm64 > --- > arch/arm64/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index e627ead..a2ddd3f 100644 > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -151,6 +151,7 @@ menu "Platform selection" > config ARCH_MEDIATEK > bool "Mediatek MT65xx & MT81xx ARMv8 SoC" > select ARM_GIC > + select PINCTRL > help > Support for Mediatek MT65xx & MT81xx ARMv8 SoCs > > -- > 1.8.1.1.dirty >
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index e627ead..a2ddd3f 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -151,6 +151,7 @@ menu "Platform selection" config ARCH_MEDIATEK bool "Mediatek MT65xx & MT81xx ARMv8 SoC" select ARM_GIC + select PINCTRL help Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
These 2 patches are fixup for MT8173 pinctrl driver: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/320066.html Arm64 maintainers doesn't want to add MACH_* in Kconfig, this patch is used to replace the first one in that series. Matthias, Can you take this one? ---------------------------------- MediaTek SoC expect to work with a pinctrl driver. Select PINCTRL if ARCH_MEDIATEK is selected. Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com> --- arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+)