[PATCH 1/7] pinctrl: enable pxa3xx pinmux

Linus Walleij linus.walleij at linaro.org
Tue Nov 29 03:39:06 EST 2011


On Mon, Nov 28, 2011 at 9:21 PM, 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

So drop that line.

The rest is correct.

>> +     select PINMUX
>> +
>
> I thought the plan here was for e.g. ARCH_PXA to "select PINMUX_PXA3xxx",
> since it's presumably mandatory?

Yes that is correct.

Haojian can you alter the patch so that arch/arm/mach*/Kconfig does

select PINCTRL
select PINMUX_PXA3XX

(Both are needed.)

And

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list