Re: [PATCH v3 1/3] pinctrl: enable pinmux for mmp series

From: Linus Walleij
Date: Sun Jan 01 2012 - 09:15:53 EST


On Thu, Dec 22, 2011 at 9:17 AM, Haojian Zhuang
<haojian.zhuang@xxxxxxxxxxx> wrote:

> Support PXA168/PXA910/MMP2 pinmux. Now only support function switch.

(...)

> +config PINCTRL_PXA3xx
> +       bool
> +       select PINMUX
> +

Good,

> +config PINMUX_MMP2
> +       bool "MMP2 pinmux driver"
> +       depends on ARCH_MMP
> +       select PINCTRL_PXA3xx
> +       select PINCONF
> +
> +config PINMUX_PXA168
> +       bool "PXA168 pinmux driver"
> +       depends on ARCH_MMP
> +       select PINCTRL_PXA3xx
> +       select PINCONF
> +
> +config PINMUX_PXA910
> +       bool "PXA910 pinmux driver"
> +       depends on ARCH_MMP
> +       select PINCTRL_PXA3xx
> +       select PINCONF
> +

Please rename these PINCTRL_* too.

Thanks,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/