[PATCH v2 1/7] ARM: at91: switch to multiplatform

Rob Herring robherring2 at gmail.com
Thu Mar 5 19:02:03 PST 2015


On Thu, Mar 5, 2015 at 5:35 PM, Alexandre Belloni
<alexandre.belloni at free-electrons.com> wrote:
> On 05/03/2015 at 16:50:57 -0600, Rob Herring wrote :
>> > -config SOC_SAMA5
>> > +config ARCH_AT91
>> >         bool
>> > -       select ATMEL_AIC5_IRQ
>> > +       select ARCH_REQUIRE_GPIOLIB
>> >         select COMMON_CLK_AT91
>> > -       select CPU_V7
>> > +       select CLKDEV_LOOKUP
>>
>> This is already selected by COMMON_CLK I think.
>>
>> >         select GENERIC_CLOCKEVENTS
>>
>> This is already selected.
>>
>
> I'm just moving options around I didn't add or remove any. That applies
> to most of your comments.

You are enabling multiplatform which means you can drop selecting the
ones multiplatform selects. I've cleaned-up up the tree once for this
and I don't care to do it again.

Rob



More information about the linux-arm-kernel mailing list