[PATCH 1/7] pinctrl: enable pxa3xx pinmux
Eric Miao
eric.y.miao at gmail.com
Mon Nov 28 21:31:35 EST 2011
On Tue, Nov 29, 2011 at 4:21 AM, Stephen Warren <swarren at nvidia.com> wrote:
> Haojian Zhuang wrote at Friday, November 25, 2011 4:09 PM:
> ...
>> diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
> ...
>> +config PINMUX_PXA3xx
>> + bool "PXA pinmux driver"
>> + default y if ARCH_PXA || ARCH_MMP
>> + select PINMUX
>> +
>
> I thought the plan here was for e.g. ARCH_PXA to "select PINMUX_PXA3xxx",
> since it's presumably mandatory?
Can we pass the SoC type by platform data, instead of calling cpu_is_*()?
More information about the linux-arm-kernel
mailing list